From 2e013b546e50754cc76807e0bf35dc476b0e25b3 Mon Sep 17 00:00:00 2001 From: Scott Robinson Date: Mon, 1 Apr 2024 23:42:35 +1100 Subject: [PATCH] Bump version to 1.5.0 and update changelog --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afee6bb..ba0eafb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.5.0 + +* Make the `data` from an `ExpectFile` accessible ([#43]) + # 1.4.1 * Use foreground colors instead of background colors to highlight diffs ([#36]) diff --git a/Cargo.toml b/Cargo.toml index 9dd89a2..86f4d75 100644 --- a/Cargo.toml +++ b/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"]