changelog.md
July 9, 2024 ยท View on GitHub
0.10.0 (2024-07-09)
Breaking Changes
- update MSRV to 1.74.1 (f190944)
Documentation
Style Fixes
Improvements
0.9.2 (2016-04-04)
Bug Fixes
- Support --to option (1e28a670)
0.9.1 (2015-10-25)
0.8.2 (2015-07-02)
Bug Fixes
- CLI fixes a bug when passing config at command line (bee2505c)
0.8.1 (2015-07-02)
Bug Fixes
- Cargo.toml patch up version number (017066fa)
0.8.0 (2015-07-02)
Features
- adds automatic changelog writing for lib (a790b703)
- improves non-cli lib use and configuration (c0e969c3)
- split bin from lib (218f1d04)
Bug Fixes
- fixes bug when using current working dir and default config (f90f0f0e)
- fixes bug with non-cli configuration (731c71d3)
- Rust Nightly fixes to compile on nightly again (d2f9afe4)
0.7.0 (2015-05-29)
Features
- repoflavor allows specifying the flavor of link to generate (b3dd5762)
- sections allows users to use empty components in commit subjects (71b32ee6, closes #2)
- version headers distinguishes between minor and patch version headers (c5c02764, closes #5)
v0.6.0 (2015-05-05)
Bug Fixes
- --from fixes a bug where --from is ignored if from-latest-tag is true .clog.toml (8e195799)
Features
v0.5.0 (2015-05-04)
Bug Fixes
- autoversion correctly follow previous version's use of 'v', i.e. v1.2.3 vs 1.2.3 (c6950fe5)
Features
0.4.0 (2015-04-26)
Features
- aliases implement aliases for commit types (44f7d493, closes #3)
- clog auto increment version with --major, --minor, or --patch (329e119a, closes #19)
- build add travis-ci support (671171bb)
- config support .clog.toml configuration file (bb3072b8)
0.3.2 (2015-04-08)
Bug Fixes
- main.rs changed the help message of the 'to' in order to reflect default value (048d6418)
0.3.1 (2015-04-01)
Bug Fixes
- main
- README.md update try instructions (7a90b31f)
0.3.0 (2015-03-31)
Bug Fixes
- docopts.rs updated Cargo.lock to use the latest docopt.rs (315ad76d)
- ***** upgrade to latest Rust (d230dd8d)
- git get_mut_ref() was deprecated, use as_mut().unwrap() (f073d69a)
- section_builder find_or_insert was deprecated, only some verbose workarounds available yet (88ccacd5)
- cargo track working master branch (9496bc8b)
Features
- main
- log_writer include anchor in header (01645092)
0.2.0 (2014-09-23)
Bug Fixes
- cargo temporally switch to docopt fork (6eb6128d)
- main don't fail if changelog.md does not exist (47e9250e)
Features
- readme cover new commands (c7a1f1c7)
- main
0.1.0 crazy-dog (2014-09-14)
Bug Fixes
- log_writer write fallback links (e7ea409e)