Tags: max-sixty/insta
Tags
Prepare release 1.44.3 (mitsuhiko#838) ## Summary - Fix regression in 1.44.2: merge conflict detection too aggressive (mitsuhiko#832) - Fix regression in 1.42.2: inline snapshot corruption with code before macro (mitsuhiko#833) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <[email protected]>
Prepare release 1.44.2 (mitsuhiko#831) ## Summary Prepare for the 1.44.2 patch release with four changes since 1.44.1. ## Changes - Fix backward compatibility for legacy inline snapshot format. Snapshots using single-line content in multiline raw strings now correctly match again. (mitsuhiko#830) - Handle merge conflicts in snapshot files gracefully. When a snapshot file contains git merge conflict markers, insta now detects them and treats the snapshot as missing, allowing tests to continue and create a new pending snapshot for review. (mitsuhiko#829) - Skip nextest_doctest tests when cargo-nextest is not installed. (mitsuhiko#826) - Fix functional tests failing under nextest due to inherited `NEXTEST_RUN_ID` environment variable. (mitsuhiko#824) ## Version Updates - Bump version to 1.44.2 in `insta/Cargo.toml` and `cargo-insta/Cargo.toml` - Update CHANGELOG.md with release notes - Update Cargo.lock ## Test plan - [x] All tests pass - [x] Pre-commit lints pass 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <[email protected]>
Prepare release 1.44.1 (mitsuhiko#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 (mitsuhiko#822) - Update cargo-dist to 0.30.2 and fix Windows runner to use windows-2022 (mitsuhiko#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 <[email protected]>
Prepare release 1.44.0 (mitsuhiko#820) ## Summary Prepare for the 1.44.0 release: - Bump version to 1.44.0 in `insta/Cargo.toml` and `cargo-insta/Cargo.toml` - Update CHANGELOG.md with all changes since 1.43.2 ## Changes in 1.44.0 - Added non-interactive snapshot review and reject modes for use in non-TTY environments (LLMs, CI pipelines, scripts) mitsuhiko#815 - Add `--disable-nextest-doctest` flag with deprecation warning mitsuhiko#803 - Add ergonomic `--test-runner-fallback` / `--no-test-runner-fallback` flags mitsuhiko#811 - Apply redactions to snapshot metadata mitsuhiko#813 - Remove confusing 'previously unseen snapshot' message mitsuhiko#812 - Speed up JSON float rendering mitsuhiko#806 (@nyurik) - Allow globset version up to 0.4.16 mitsuhiko#810 (@g0hl1n) - Improve documentation mitsuhiko#814 (@tshepang) - Enforce starting newlines in assertions mitsuhiko#563 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <[email protected]>
Update runners for `dist` on musl (mitsuhiko#769) not sure why this isn't working, trying something before spending more time debugging
PreviousNext