Skip to content

Commit c055282

Browse files
authored
Bump versions to 1.43.1 (#767)
1 parent 7335b55 commit c055282

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

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

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

5+
## 1.43.1
6+
7+
This release in identical in rust code to 1.43.0, but reruns the GitHub Actions
8+
workflows, which failed to create a release within GitHub for 1.43.0.
9+
510
## 1.43.0
611

712
- Add uppercase keyboard shortcuts for bulk operations in `cargo insta review`:

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.43.0"
3+
version = "1.43.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"
@@ -14,7 +14,7 @@ readme = "README.md"
1414
rust-version = "1.65.0"
1515

1616
[dependencies]
17-
insta = { version = "=1.43.0", path = "../insta", features = [
17+
insta = { version = "=1.43.1", path = "../insta", features = [
1818
"json",
1919
"yaml",
2020
"redactions",

insta/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.43.0"
3+
version = "1.43.1"
44
license = "Apache-2.0"
55
authors = ["Armin Ronacher <[email protected]>"]
66
description = "A snapshot testing library for Rust"

0 commit comments

Comments
 (0)