Skip to content

Commit

Permalink
Release v0.7.1, take 2 (#156)
Browse files Browse the repository at this point in the history
* Prepare v0.7.1 changelog

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

* unclog build

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

* Bump version to v0.7.1

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 5, 2023
1 parent 69c8d01 commit 3f8ec2d
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 18 deletions.
4 changes: 4 additions & 0 deletions .changelog/v0.7.1/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*Dec 5, 2023*

A small release to improve the readability of the `find-duplicates` command's
output.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## v0.7.1

*Dec 5, 2023*

A small release to improve the readability of the `find-duplicates` command's
output.

### ENHANCEMENTS

- Condense `find-duplicates` output by not outputting `.changelog`
directory path by default. To include the `.changelog` folder path,
use the `--include-changelog-path` flag when calling `find-duplicates`
([\#153](https://github.com/informalsystems/unclog/pull/153))

## v0.7.0

*Dec 3, 2023*
Expand Down
34 changes: 17 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "unclog"
version = "0.7.0"
version = "0.7.1"
authors = ["Thane Thomson <thane@informal.systems>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 3f8ec2d

Please sign in to comment.