summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2022-06-13 16:49:55 +0100
committerWilfred Hughes <me@wilfred.me.uk>2022-06-13 16:49:55 +0100
commit17f98a7f4d5a61c0d74689aba57652a8333fba39 (patch)
treed22d8d73905638c6a687d9a8ad26e32a0a19ada3
parentae42762a6d94e702e0e81e5181f11f33fca6c0eb (diff)
Next release will be 0.29.10.29.1
-rw-r--r--CHANGELOG.md5
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bd7a8690f..7767219c6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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%
diff --git a/Cargo.lock b/Cargo.lock
index d6c774691..5dcd508d2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -185,7 +185,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
[[package]]
name = "difftastic"
-version = "0.30.0"
+version = "0.29.1"
dependencies = [
"atty",
"bumpalo",
diff --git a/Cargo.toml b/Cargo.toml
index 396100ea4..5c3e6b98c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"
-version = "0.30.0"
+version = "0.29.1"
authors = ["Wilfred Hughes <me@wilfred.me.uk>"]
keywords = ["diff", "syntax"]
categories = ["development-tools", "command-line-utilities", "parser-implementations"]