Skip to content

Commit 3cb9934

Browse files
committed
1.36.1
1 parent 28bc0d5 commit 3cb9934

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to insta and cargo-insta are documented here.
44

5+
## 1.36.1
6+
7+
- Fix an ownership issue introduced in 1.36 with snapshot assertions. #453
8+
59
## 1.36.0
610

711
- Deprecate `INSTA_FORCE_UPDATE_SNAPSHOTS` env-var for `INSTA_FORCE_UPDATE`.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "insta"
3-
version = "1.36.0"
3+
version = "1.36.1"
44
license = "Apache-2.0"
55
authors = ["Armin Ronacher <[email protected]>"]
66
description = "A snapshot testing library for Rust"

cargo-insta/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-insta"
3-
version = "1.36.0"
3+
version = "1.36.1"
44
license = "Apache-2.0"
55
authors = ["Armin Ronacher <[email protected]>"]
66
description = "A review tool for the insta snapshot testing library for Rust"
@@ -13,7 +13,7 @@ edition = "2018"
1313
readme = "README.md"
1414

1515
[dependencies]
16-
insta = { version = "=1.36.0", path = "..", features = ["json", "yaml", "redactions", "_cargo_insta_internal"] }
16+
insta = { version = "=1.36.1", path = "..", features = ["json", "yaml", "redactions", "_cargo_insta_internal"] }
1717
cargo_metadata = { version = "0.18.0", default-features = false }
1818
console = "0.15.4"
1919
structopt = { version = "0.3.26", default-features = false }

0 commit comments

Comments
 (0)