Skip to content

Commit

Permalink
Release v0.7.0 (#150)
Browse files Browse the repository at this point in the history
* unclog release

Signed-off-by: Thane Thomson <connect@thanethomson.com>

* unclog build

Signed-off-by: Thane Thomson <connect@thanethomson.com>

* Bump crate version

Signed-off-by: Thane Thomson <connect@thanethomson.com>

* cargo update

Signed-off-by: Thane Thomson <connect@thanethomson.com>

---------

Signed-off-by: Thane Thomson <connect@thanethomson.com>
  • Loading branch information
thanethomson committed Dec 3, 2023
1 parent 8262469 commit 5bd3422
Show file tree
Hide file tree
Showing 7 changed files with 226 additions and 265 deletions.
5 changes: 5 additions & 0 deletions .changelog/v0.7.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*Dec 3, 2023*

This release includes a few workflow enhancements that will hopefully make
users' lives a little easier and cater for a few more variations of how
changelogs are generated.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# CHANGELOG

## v0.7.0

*Dec 3, 2023*

This release includes a few workflow enhancements that will hopefully make
users' lives a little easier and cater for a few more variations of how
changelogs are generated.

### FEATURES

- Add configuration file section `[change_set_sections]` with parameter
`sort_entries_by` to sort entries in change set sections either by issue/PR
number (`id`; default), or alphabetically (`entry-text`)
([\#147](https://github.com/informalsystems/unclog/pull/147))
- Add ability to optionally sort releases by date
to configuration - see the README for details
([\#148](https://github.com/informalsystems/unclog/pull/148))
- Add CLI subcommand `find-duplicates` to assist in finding changelog entries
that are duplicated across releases - see the README for more details
([\#149](https://github.com/informalsystems/unclog/pull/149))

## v0.6.0

*Mar 10, 2023*
Expand Down

0 comments on commit 5bd3422

Please sign in to comment.