Skip to content

Commit

Permalink
Merge branch 'release/1.18'
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Aug 11, 2022
2 parents a458a43 + 3f6e91b commit eea3331
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -11,6 +11,10 @@ All notable changes to insta and cargo-insta are documented here.
- `assert_json_snapshot!` and `assert_yaml_snapshot!` now require
the `json` and `yaml` feature respectively.

## 1.18.2

- Avoid the use of `#[allow(unused)]` in the macro. (#271)

## 1.18.1

- Fixed a regression in the JSON serialization format with newtypes and
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "insta"
version = "1.18.1"
version = "1.18.2"
license = "Apache-2.0"
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
description = "A snapshot testing library for Rust"
Expand Down
4 changes: 2 additions & 2 deletions cargo-insta/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cargo-insta/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cargo-insta"
version = "1.18.1"
version = "1.18.2"
license = "Apache-2.0"
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
description = "A review tool for the insta snapshot testing library for Rust"
Expand All @@ -12,7 +12,7 @@ edition = "2018"
readme = "README.md"

[dependencies]
insta = { version = "=1.18.1", path = "..", features = ["json", "yaml", "redactions"] }
insta = { version = "=1.18.2", path = "..", features = ["json", "yaml", "redactions"] }
console = "0.15.1"
structopt = "0.3.20"
serde = { version = "1.0.117", features = ["derive"] }
Expand Down

0 comments on commit eea3331

Please sign in to comment.