Skip to content

Commit 0eba05e

Browse files
authored
Merge pull request rust-analyzer#46 from rust-analyzer/ssr/1.5.0
Release version 1.5.0
2 parents f8b409f + 2e013b5 commit 0eba05e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.5.0
2+
3+
* Make the `data` from an `ExpectFile` accessible ([#43])
4+
15
# 1.4.1
26

37
* Use foreground colors instead of background colors to highlight diffs ([#36])

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "expect-test"
3-
version = "1.4.1"
3+
version = "1.5.0"
44
description = "Minimalistic snapshot testing library"
55
keywords = ["snapshot", "testing", "expect"]
66
categories = ["development-tools::testing"]

0 commit comments

Comments
 (0)