Skip to content

Releases: MalteHerrmann/changelog-utils

v1.2.0

03 Aug 10:48
5ae5dcd
Compare
Choose a tag to compare

v.1.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.

Full Diff: v1.1.2...v1.2.0

v1.1.2

30 Jun 12:36
8a25276
Compare
Choose a tag to compare

v1.1.2 - 2024-06-30

Bug Fixes

  • (lint) #45 Use correct line number.

Full Diff: v1.1.1...v1.1.2

v1.1.1

30 Jun 10:55
401d943
Compare
Choose a tag to compare

v1.1.1 - 2024-06-30

Bug Fixes

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

Full Diff: v1.1.0...v1.1.1

v1.1.0

30 Jun 10:37
63d3808
Compare
Choose a tag to compare

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.

Full Diff: v1.0.0...v1.1.0

v1.0.0

14 Jun 22:20
Compare
Choose a tag to compare

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.

New Contributors