From 723e3dbd0e86603a05973c304f479cd2829735ec Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Mon, 19 Dec 2022 00:20:42 -0800 Subject: [PATCH] Roll version --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 966684d29..8224f31f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ -## 0.39 (unreleased) +## 0.40 (unreleased) + +## 0.39 (released 19th December 2022) ### Parsing diff --git a/Cargo.toml b/Cargo.toml index b672702c3..b7101e0ba 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.39.0" +version = "0.40.0" authors = ["Wilfred Hughes "] keywords = ["diff", "syntax"] categories = ["development-tools", "command-line-utilities", "parser-implementations"]