- update MSRV to 1.74.1 (f190944)
- Support --to option (1e28a670)
- CLI fixes a bug when passing config at command line (bee2505c)
- Cargo.toml patch up version number (017066fa)
- adds automatic changelog writing for lib (a790b703)
- improves non-cli lib use and configuration (c0e969c3)
- split bin from lib (218f1d04)
- 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)
- 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)
- --from fixes a bug where --from is ignored if from-latest-tag is true .clog.toml (8e195799)
- autoversion correctly follow previous version's use of 'v', i.e. v1.2.3 vs 1.2.3 (c6950fe5)
- 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)
- main.rs changed the help message of the 'to' in order to reflect default value (048d6418)
- main
- README.md update try instructions (7a90b31f)
- 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)
- main
- log_writer include anchor in header (01645092)
- cargo temporally switch to docopt fork (6eb6128d)
- main don't fail if changelog.md does not exist (47e9250e)
- readme cover new commands (c7a1f1c7)
- main
- log_writer write fallback links (e7ea409e)