From 06ffa0267a38a5b29e7adf2a42b33681365010e5 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Sat, 19 Mar 2022 10:24:30 -0700 Subject: [PATCH] Next release will be a patch release with a single crash fix --- CHANGELOG.md | 4 +--- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3775dd2e4..b1eae1a58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,4 @@ -## 0.24 (unreleased) - -### Diffing +## 0.23.1 (unreleased) Fixed crash where the 'shrink unchanged' logic would not set the change state on the outer list. diff --git a/Cargo.lock b/Cargo.lock index d1c2f2d11..1bf6cfece 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -162,7 +162,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" [[package]] name = "difftastic" -version = "0.24.0" +version = "0.23.1" dependencies = [ "atty", "cc", diff --git a/Cargo.toml b/Cargo.toml index 0d0423b5b..aa0a7d5a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "A diff that understands syntax" repository = "https://github.com/wilfred/difftastic" homepage = "http://difftastic.wilfred.me.uk/" license = "MIT" -version = "0.24.0" +version = "0.23.1" authors = ["Wilfred Hughes "] keywords = ["diff", "syntax"] categories = ["development-tools", "command-line-utilities", "parser-implementations"]