@ -1,5 +1,10 @@
## 0.30 (unreleased)
## 0.29.1 (released 13th June 2022)
Fixed a major memory regression in 0.29 when performing large
line-based diffs (e.g. files of 100 KLOC or more).
## 0.29 (released 9th June 2022)
Performance has improved in 0.29, and larger files typically see a 30%
@ -185,7 +185,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
[[package]]
name = "difftastic"
version = "0.30.0"
version = "0.29.1"
dependencies = [
"atty",
"bumpalo",
@ -4,7 +4,7 @@ description = "A structural 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"]