Skip to content

Latest commit

 

History

History
233 lines (107 loc) · 9.18 KB

CHANGELOG.md

File metadata and controls

233 lines (107 loc) · 9.18 KB

Changelog

1.6.2 (2024-04-19)

Bug Fixes

  • add support for release bin installation with cargo-binstall (54f523b)
  • prepare-commit-msg.local: fix error msg when git hooks dir doesn't exist (28dac39)

1.6.1 (2024-04-16)

Bug Fixes

  • setup: create githook in correct path when hooks dir starts with ~ (a741e2f)

1.6.0 (2024-04-07)

Features

  • add setup subcommand to automate prepare-commit-msg githook setup (#58) (8077a21)

1.5.4 (2024-03-29)

Bug Fixes

  • improve error msg when adding coauthor with invalid key (81fd16d)

1.5.3 (2024-03-28)

Bug Fixes

  • coauthor_repo: improve error handling (72b5e32)

1.5.2 (2024-03-27)

Bug Fixes

  • return non-zero exit code in expected error cases (215586a)

1.5.1 (2024-03-22)

Bug Fixes

  • stop error msg when escaping git mob --with (ed04a38)

1.5.0 (2024-03-21)

Features

  • add git mob --trailers command (17e35cf)

1.4.0 (2023-04-21)

Features

  • add support for aarch64-unknown-linux-musl (aa458cb)

1.3.1 (2023-04-15)

Bug Fixes

  • remove building binary for aarch64 linux (d4c3604)
  • remove building binary for aarch64 linux-musl (65ee650)

1.3.0 (2023-04-15)

Features

  • add binaries for more platforms (decf42b)

1.2.3 (2023-04-15)

Bug Fixes

  • set correct path when archiving release binary (36924c1)

1.2.2 (2023-04-15)

Bug Fixes

  • set correct path when archiving release binary (a5e4956)

1.2.1 (2023-04-15)

Bug Fixes

  • set target correctly when building release binary (38497e9)

1.2.0 (2023-04-15)

Features

  • add support for more platforms (031a9f8)

1.1.7 (2023-04-15)

Bug Fixes

  • stop clearing mob when quitting -with prompt (d45cafc)

1.1.6 (2023-04-02)

Bug Fixes

  • prepare-commit-msg: append co-author-trailers correctly when adding jira prefix (dd4775a)

1.1.5 (2023-04-02)

Bug Fixes

  • make commands module private (2c544a7)

1.1.4 (2023-04-01)

Bug Fixes

  • ci: fix uploading archived binary to github release (629fde8)

1.1.3 (2023-04-01)

Bug Fixes

  • ci: set correct directory when archiving release binary (632a9f1)

1.1.2 (2023-04-01)

Bug Fixes

  • zip binaries in github release (b108084)

1.1.1 (2023-04-01)

Bug Fixes

  • remove set -u from prepare-commit-msg (49b4cc8)

1.1.0 (2023-03-31)

Features

  • prevent adding of duplicate co-authored-by trailers (3125a11)

Bug Fixes

  • change crate name to git-mob-tool as git-mob already exists (203c7cf)

1.0.1 (2023-03-31)

Bug Fixes

  • remove some crate keywords as crates.io only allows 5 (386bf4e)

1.0.0 (2023-03-31)

⚠ BREAKING CHANGES

  • first release

Features

  • update prepare-commit-msg (31e181b)

Bug Fixes

  • prepare-commit-msg: add empty lines before coauthor trailers (31509c4)
  • stop printing empty lines when coauthor lists are empty (ba2f0c6)

Continuous Integration

  • publish to cargo on release (f0a554a)

0.1.2 (2023-03-23)

Bug Fixes

  • try to fix triggering of cargo publish (0181e27)

0.1.1 (2023-03-23)

Bug Fixes

  • test commit to test release (9a319cb)

0.1.0 (2023-03-23)

Features

  • add 'with' sub-command (3f98cb5)
  • add clear opt with test (ab96375)
  • add coauthor command with list opt (7875e5d)
  • add list mob coauthors command (0651246)
  • add with subcommand (e860988)
  • implement handling --add option for coauthor subcommand (0071ef3)
  • implement handling of delete opt of coauthor command (4a15d54)
  • show keys when listing all co-authors (8e98178)

Bug Fixes

  • improve error handling for --with (b044eec)
  • set license in Cargo.toml (c1bb147)
  • show help when no option/command is passed (1c0919f)