summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2022-07-12 00:12:21 -0700
committerWilfred Hughes <me@wilfred.me.uk>2022-07-12 00:12:21 -0700
commit3e320bb1cb71e5eac6f4caf04dbde0f8e2976033 (patch)
tree66a90a1675214a248a1c9e9a6978ab8d8863aa86
parente545db85efaf9bb64a18d44f81fcfa7116704164 (diff)
Bump version number
-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 bb3bcf2c3..cbcd365c1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,6 @@
-## 0.31 (unreleased)
+## 0.32 (unreleased)
+
+## 0.31 (released 11th July 2022)
### Parsing
diff --git a/Cargo.lock b/Cargo.lock
index b94f868c0..f65c71188 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -185,7 +185,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
[[package]]
name = "difftastic"
-version = "0.31.0"
+version = "0.32.0"
dependencies = [
"atty",
"bumpalo",
diff --git a/Cargo.toml b/Cargo.toml
index 9721c966c..224a5f8ae 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.31.0"
+version = "0.32.0"
authors = ["Wilfred Hughes <me@wilfred.me.uk>"]
keywords = ["diff", "syntax"]
categories = ["development-tools", "command-line-utilities", "parser-implementations"]