Next release will be a patch release with a single crash fix

pull/166/head^2 0.23.1
Wilfred Hughes 2022-03-19 10:24:30 +07:00
parent d06f357c93
commit 06ffa0267a
3 changed files with 3 additions and 5 deletions

@ -1,6 +1,4 @@
## 0.24 (unreleased) ## 0.23.1 (unreleased)
### Diffing
Fixed crash where the 'shrink unchanged' logic would not set the Fixed crash where the 'shrink unchanged' logic would not set the
change state on the outer list. change state on the outer list.

2
Cargo.lock generated

@ -162,7 +162,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
[[package]] [[package]]
name = "difftastic" name = "difftastic"
version = "0.24.0" version = "0.23.1"
dependencies = [ dependencies = [
"atty", "atty",
"cc", "cc",

@ -4,7 +4,7 @@ description = "A diff that understands syntax"
repository = "https://github.com/wilfred/difftastic" repository = "https://github.com/wilfred/difftastic"
homepage = "http://difftastic.wilfred.me.uk/" homepage = "http://difftastic.wilfred.me.uk/"
license = "MIT" license = "MIT"
version = "0.24.0" version = "0.23.1"
authors = ["Wilfred Hughes <me@wilfred.me.uk>"] authors = ["Wilfred Hughes <me@wilfred.me.uk>"]
keywords = ["diff", "syntax"] keywords = ["diff", "syntax"]
categories = ["development-tools", "command-line-utilities", "parser-implementations"] categories = ["development-tools", "command-line-utilities", "parser-implementations"]