Skip to content

Commit 4fed8fd

Browse files
authored
Merge pull request #98 from tommilligan/prep-1.2.1
chore: prepare v1.2.1 for release
2 parents ae6cc15 + 81c6d68 commit 4fed8fd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Unreleased
22

3+
# v1.2.1
4+
5+
## Fixed
6+
7+
- 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))
8+
39
# v1.2.0
410

511
## Changed

pretty_assertions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pretty_assertions"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
authors = [
55
"Colin Kiegel <[email protected]>",
66
"Florent Fayolle <[email protected]>",

0 commit comments

Comments
 (0)