@ -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.
@ -162,7 +162,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
[[package]]
name = "difftastic"
version = "0.24.0"
version = "0.23.1"
dependencies = [
"atty",
"cc",
@ -4,7 +4,7 @@ description = "A diff that understands syntax"
repository = "https://github.com/wilfred/difftastic"
homepage = "http://difftastic.wilfred.me.uk/"
license = "MIT"
authors = ["Wilfred Hughes <me@wilfred.me.uk>"]
keywords = ["diff", "syntax"]
categories = ["development-tools", "command-line-utilities", "parser-implementations"]