Skip to content

Commit

Permalink
Merge pull request #46 from rust-analyzer/ssr/1.5.0
Browse files Browse the repository at this point in the history
Release version 1.5.0
  • Loading branch information
quad authored Apr 2, 2024
2 parents f8b409f + 2e013b5 commit 0eba05e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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])
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit 0eba05e

Please sign in to comment.