Skip to content

Latest commit

 

History

History
88 lines (58 loc) · 4.78 KB

CHANGELOG.md

File metadata and controls

88 lines (58 loc) · 4.78 KB

Changelog

Unreleased

Improvements

  • (cli) #65 Apply auto fixes to new entries.
  • (ci) #60 Bump changelog linter to v0.2.0.

Bug Fixes

  • (lint) #61 Fix version comparison.

Features

  • (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

Features

  • (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.

Improvements

  • (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.

Bug Fixes

  • (crud) #58 Use abbreviations from config to derive change type from PR info.

v1.1.2 - 2024-06-30

Bug Fixes

  • (lint) #45 Use correct line number.

v1.1.1 - 2024-06-30

Bug Fixes

  • (all) #44 Update cargo lock file and check for this going forward.

v1.1.0 - 2024-06-30

Improvements

  • (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.

Bug Fixes

  • (crud) #38 Keep legacy contents during export.

v1.0.0 - 2024-06-15

Features

  • (docker) #18 Add Docker configuration.
  • (crud) #16 Add release command.
  • (crud) #12 Implement adding new entries.
  • (config) #7 Add init and config 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.

Improvements

  • (crud) #17 Get PR number from GitHub to prefill input.
  • (crud) #14 Keep comments at head of file.
  • (lint) #6 Remove Python implementation.