Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ba9ea51

Browse files
max-sixtyclaude
andauthored
Prepare release 1.44.1 (#823)
## Summary Prepare for the 1.44.1 patch release with two changes since 1.44.0. ## Changes - Add `--dnd` alias for `--disable-nextest-doctest` flag to make it easier to silence the deprecation warning (#822) - Update cargo-dist to 0.30.2 and fix Windows runner to use windows-2022 (#821) ## Version Updates - Bump version to 1.44.1 in `insta/Cargo.toml` and `cargo-insta/Cargo.toml` - Update CHANGELOG.md with release notes - Update Cargo.lock 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent 92342f9 commit ba9ea51

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
@@ -4,6 +4,11 @@ All notable changes to insta and cargo-insta are documented here.
44

55
## Unreleased
66

7+
## 1.44.1
8+
9+
- Add `--dnd` alias for `--disable-nextest-doctest` flag to make it easier to silence the deprecation warning. #822
10+
- Update cargo-dist to 0.30.2 and fix Windows runner to use windows-2022. #821
11+
712
## 1.44.0
813

914
- Added non-interactive snapshot review and reject modes for use in non-TTY environments

‎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.44.0"
3+
version = "1.44.1"
44
license = "Apache-2.0"
55
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
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.44.0", path = "../insta", features = [
17+
insta = { version = "=1.44.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.44.0"
3+
version = "1.44.1"
44
license = "Apache-2.0"
55
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
66
description = "A snapshot testing library for Rust"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /