Skip to content

Commit

Permalink
chore: prep 1.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tommilligan committed Sep 15, 2024
1 parent d34d524 commit f5c5b24
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Unreleased

# v1.4.1

## Fixed

- Show feature-flagged code in documentation. Thanks to [@sandydoo](https://github.com/sandydoo) for the fix! ([#130](https://github.com/rust-pretty-assertions/rust-pretty-assertions/pull/130))

## Internal

- Bump `yansi` version to `1.x`. Thanks to [@SergioBenitez](https://github.com/SergioBenitez) for the update, and maintaining this library! ([#121](https://github.com/rust-pretty-assertions/rust-pretty-assertions/pull/121))

# v1.4.0

## Changed
Expand Down
2 changes: 1 addition & 1 deletion pretty_assertions/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pretty_assertions"
version = "1.4.0"
version = "1.4.1"
authors = [
"Colin Kiegel <kiegel@gmx.de>",
"Florent Fayolle <florent.fayolle69@gmail.com>",
Expand Down

0 comments on commit f5c5b24

Please sign in to comment.