Skip to content

Commit

Permalink
Merge pull request #98 from tommilligan/prep-1.2.1
Browse files Browse the repository at this point in the history
chore: prepare v1.2.1 for release
  • Loading branch information
tommilligan committed Apr 2, 2022
2 parents ae6cc15 + 81c6d68 commit 4fed8fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Unreleased

# v1.2.1

## Fixed

- Fixed a panic caused by diffing two `str`-like values where only the left has a trailing newline - thanks [@Michael-F-Bryan](https://github.com/Michael-F-Bryan) for reporting this ([#97](https://github.com/colin-kiegel/rust-pretty-assertions/pull/97), [@tommilligan](https://github.com/tommilligan))

# v1.2.0

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

0 comments on commit 4fed8fd

Please sign in to comment.