From 3e320bb1cb71e5eac6f4caf04dbde0f8e2976033 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Tue, 12 Jul 2022 00:12:21 -0700 Subject: [PATCH] Bump version number --- 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 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 "] keywords = ["diff", "syntax"] categories = ["development-tools", "command-line-utilities", "parser-implementations"]