From 8e190677e7a554dd9cc0e6e5cb8380b56a784584 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Mon, 14 Nov 2022 00:30:56 -0800 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 958cae6fa..77ffd697c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ -## 0.38 (unreleased) +## 0.39 (unreleased) + +## 0.38 (released 14th November 2022) ### Parsing diff --git a/Cargo.lock b/Cargo.lock index 7c396bede..c8bce2db2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -176,7 +176,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" [[package]] name = "difftastic" -version = "0.38.0" +version = "0.39.0" dependencies = [ "atty", "bumpalo", diff --git a/Cargo.toml b/Cargo.toml index 5fb26ad8e..bb1571165 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.38.0" +version = "0.39.0" authors = ["Wilfred Hughes "] keywords = ["diff", "syntax"] categories = ["development-tools", "command-line-utilities", "parser-implementations"]