- (lint) #61 Fix version comparison.
- (cli) #68 Commit and push changelog entry after adding.
- (cli) #67 Add option to push branch to remote.
- (cli) #63 Enable switching between release types when not specifying a version.
v1.2.0 - 2024-08-03
- (cli) #56 Add CLI command to create a PR that conforms to
clu
configuration. - (crud) #54 Add flag to auto-accept retrieved PR information.
- (lint) #46 Add support for linter escapes.
- (config) #55 Use change type abbreviations instead of patterns in config.
- (all) #53 Minor codebase improvements.
- (crud) #48 Use authenticated requests when checking open PRs.
- (config) #51 Get available configuration from existing changelog during initialization.
- (crud) #58 Use abbreviations from config to derive change type from PR info.
v1.1.2 - 2024-06-30
- (lint) #45 Use correct line number.
v1.1.1 - 2024-06-30
- (all) #44 Update cargo lock file and check for this going forward.
v1.1.0 - 2024-06-30
- (lint) #42 Add line numbers to lint output and add reviewdog to Dockerfile.
- (config) #41 Add Git origin to initialized configuration.
- (ci) #36 Add changelog linter as CI action.
- (crud) #31 Prefill input to add an entry with pull request information.
- (ci) #30 Add changelog diff check to CI actions.
- (all) #28 Update Cargo manifest with more information and updated version.
- (config) #27 Adjust configuration to have sorted entries.
- (all) #26 Add clippy and address linter warnings.
- (crud) #38 Keep legacy contents during export.
v1.0.0 - 2024-06-15
- (docker) #18 Add Docker configuration.
- (crud) #16 Add
release
command. - (crud) #12 Implement adding new entries.
- (config) #7 Add
init
andconfig
subcommands. - (lint) #5 Implement fix flag for linter CLI.
- (lint) #4 Rewrite linter implementation in Rust.
- (lint) #1 Add initial implementation for linter in Python.