From 0c03187b963591846b6b345c5ef07b8a2c5c2b4c Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Sun, 7 Aug 2022 18:16:16 -0700 Subject: [PATCH] Roll version --- CHANGELOG.md | 4 +++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f17cde79e..4ddeb1f4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ -## 0.32 (unreleased) +## 0.33 (unreleased) + +## 0.32 (released 7th August 2022) ### Diffing diff --git a/Cargo.lock b/Cargo.lock index f65c71188..0ad922fa0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -185,7 +185,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" [[package]] name = "difftastic" -version = "0.32.0" +version = "0.33.0" dependencies = [ "atty", "bumpalo", diff --git a/Cargo.toml b/Cargo.toml index 224a5f8ae..862299c10 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.32.0" +version = "0.33.0" authors = ["Wilfred Hughes "] keywords = ["diff", "syntax"] categories = ["development-tools", "command-line-utilities", "parser-implementations"]