summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2023-10-08 20:07:24 -0700
committerWilfred Hughes <me@wilfred.me.uk>2023-10-08 20:07:24 -0700
commitb0dac91e50ce0de3480844903210d2a10155e8bd (patch)
tree0aba96d9d9e3e60f43a35e219c8cd830a7b0fc15
parentb07e5198b552a84d20e7bfef2b6d915ce043d95a (diff)
Roll version
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3d4408589..36b689f21 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,6 @@
-## 0.52 (unreleased)
+## 0.53 (unreleased)
+
+## 0.52 (released 8th October 2023)
### Parsing
diff --git a/Cargo.lock b/Cargo.lock
index f381f2979..16b8bbcb4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -237,7 +237,7 @@ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
[[package]]
name = "difftastic"
-version = "0.52.0"
+version = "0.53.0"
dependencies = [
"assert_cmd",
"bumpalo",
diff --git a/Cargo.toml b/Cargo.toml
index b544adb18..7b185e602 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.52.0"
+version = "0.53.0"
authors = ["Wilfred Hughes <me@wilfred.me.uk>"]
keywords = ["diff", "syntax"]
categories = ["development-tools", "command-line-utilities", "parser-implementations"]