Skip to content

Latest commit

 

History

History
198 lines (95 loc) · 10.4 KB

CHANGELOG_OLD.md

File metadata and controls

198 lines (95 loc) · 10.4 KB

Changelog

All notable changes to git-create-jira-branch since v1.0.0 were documented in this file. The project has since been renamed to git-jira-branch and the changes to the project are documented in the main CHANGELOG.md file.

This project adheres to Semantic Versioning. For commit guidelines see Conventional Commits.

4.0.0 (2024-03-07)

⚠ BREAKING CHANGES

  • the are 2 subcommands open and create now that must be used instead of the options --open and implicit create base command that existed before.

Features

3.4.0 (2024-03-01)

Features

Bug Fixes

  • deps: bump the production-dependencies group with 4 updates #200 (163bf67)

3.3.0 (2024-02-28)

Features

  • improve error message for 404 errors (#196) (a5cd5fa)

Bug Fixes

  • deps: bump the production-dependencies group with 3 updates (#193) (10d58c2)

3.2.2 (2024-02-27)

Bug Fixes

  • deps: bump the production-dependencies group with 4 updates (#180) (8b4570c)
  • deps: bump the production-dependencies group with 4 updates (#185) (655ba5d)
  • deps: bump the production-dependencies group with 4 updates (#187) (23578bb)
  • deps: bump the production-dependencies group with 4 updates (#189) (4f4bde3)

3.2.1 (2024-02-14)

Bug Fixes

3.2.0 (2024-02-14)

Features

  • add possibility to open corresponding jira tickets (#176) (8a01043), closes #164

Bug Fixes

  • deps: bump the production-dependencies group with 4 updates (#173) (8c93171)

3.1.4 (2024-02-06)

Bug Fixes

  • deps: bump the production-dependencies group with 3 updates (#160) (53c6972)

3.1.3 (2024-02-01)

Bug Fixes

  • deps: bump the production-dependencies group with 3 updates (#155) (21d09be)

3.1.2 (2024-01-30)

Bug Fixes

  • deps: bump the production-dependencies group with 3 updates (#150) (d2b68cf)
  • deps: bump the production-dependencies group with 4 updates (#153) (b77bb86)

3.1.1 (2024-01-26)

Bug Fixes

  • deps: bump the production-dependencies group with 4 updates (#145) (f50c820)
  • deps: bump the production-dependencies group with 4 updates (#148) (36d11d5)

3.1.0 (2024-01-24)

Features

  • don't set up tracking for branches created from a remote branch (#143) (b3d4a17), closes #142

3.0.5 (2024-01-23)

Bug Fixes

  • deps: bump the production-dependencies group with 4 updates (#138) (c508ce1)

3.0.4 (2024-01-19)

Bug Fixes

  • deps: bump the production-dependencies group with 4 updates (#135) (0a2dfe5)

3.0.3 (2024-01-17)

Bug Fixes

  • deps: bump the production-dependencies group with 3 updates (#131) (31d0eff)
  • deps: bump the production-dependencies group with 4 updates (#127) (6704ec8)

3.0.2 (2024-01-15)

Bug Fixes

  • deps: bump the production-dependencies group with 4 updates (#124) (f672de0)

3.0.1 (2024-01-12)

Bug Fixes

  • deps: bump the production-dependencies group with 4 updates (#105) (bf2a363)
  • deps: bump the production-dependencies group with 4 updates (#122) (7550c27)

3.0.0 (2023-12-20)

⚠ BREAKING CHANGES

  • The -v option has been removed and can't be used to output the version anymore. Use the long option ---version instead.

Bug Fixes

  • prevent builtin options from being suggested in the wizard (a051dc7)

2.0.0 (2023-12-06)

⚠ BREAKING CHANGES

  • CLI options now need to be passed before any positional arguments. This is due a limitation in the used cli library

Features

  • add support for jira cloud (#70) (02a1f98)
  • add wizard mode and shell completion script generation option (#71) (caa72b2)

1.2.0 (2023-11-05)

Features

  • add option to reset exisiting branches (b11fb6b)

1.1.0 (2023-11-02)

Features

  • Add short description to cli help text (f063341)
  • switch to existing branches (ee4dd76)

Bug Fixes

  • use correct command name in README (2169cd5)

1.0.0 (2023-10-27)

Features

  • Initial release (v1.0.0) (e022c27)