1.6.2 (2024-04-19)
- 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)
- setup: create githook in correct path when hooks dir starts with ~ (a741e2f)
1.6.0 (2024-04-07)
1.5.4 (2024-03-29)
- improve error msg when adding coauthor with invalid key (81fd16d)
1.5.3 (2024-03-28)
- coauthor_repo: improve error handling (72b5e32)
1.5.2 (2024-03-27)
- return non-zero exit code in expected error cases (215586a)
1.5.1 (2024-03-22)
- stop error msg when escaping git mob --with (ed04a38)
1.5.0 (2024-03-21)
- add git mob --trailers command (17e35cf)
1.4.0 (2023-04-21)
- add support for aarch64-unknown-linux-musl (aa458cb)
1.3.1 (2023-04-15)
- remove building binary for aarch64 linux (d4c3604)
- remove building binary for aarch64 linux-musl (65ee650)
1.3.0 (2023-04-15)
- add binaries for more platforms (decf42b)
1.2.3 (2023-04-15)
- set correct path when archiving release binary (36924c1)
1.2.2 (2023-04-15)
- set correct path when archiving release binary (a5e4956)
1.2.1 (2023-04-15)
- set target correctly when building release binary (38497e9)
1.2.0 (2023-04-15)
- add support for more platforms (031a9f8)
1.1.7 (2023-04-15)
- stop clearing mob when quitting -with prompt (d45cafc)
1.1.6 (2023-04-02)
- prepare-commit-msg: append co-author-trailers correctly when adding jira prefix (dd4775a)
1.1.5 (2023-04-02)
- make commands module private (2c544a7)
1.1.4 (2023-04-01)
- ci: fix uploading archived binary to github release (629fde8)
1.1.3 (2023-04-01)
- ci: set correct directory when archiving release binary (632a9f1)
1.1.2 (2023-04-01)
- zip binaries in github release (b108084)
1.1.1 (2023-04-01)
- remove set -u from prepare-commit-msg (49b4cc8)
1.1.0 (2023-03-31)
- prevent adding of duplicate co-authored-by trailers (3125a11)
- change crate name to git-mob-tool as git-mob already exists (203c7cf)
1.0.1 (2023-03-31)
- remove some crate keywords as crates.io only allows 5 (386bf4e)
1.0.0 (2023-03-31)
- first release
- update prepare-commit-msg (31e181b)
- prepare-commit-msg: add empty lines before coauthor trailers (31509c4)
- stop printing empty lines when coauthor lists are empty (ba2f0c6)
- publish to cargo on release (f0a554a)
0.1.2 (2023-03-23)
- try to fix triggering of cargo publish (0181e27)
0.1.1 (2023-03-23)
- test commit to test release (9a319cb)
- 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)