We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b409f commit 2e013b5Copy full SHA for 2e013b5
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 1.5.0
2
+
3
+* Make the `data` from an `ExpectFile` accessible ([#43])
4
5
# 1.4.1
6
7
* Use foreground colors instead of background colors to highlight diffs ([#36])
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "expect-test"
-version = "1.4.1"
+version = "1.5.0"
description = "Minimalistic snapshot testing library"
keywords = ["snapshot", "testing", "expect"]
categories = ["development-tools::testing"]
0 commit comments