From e15244c8f6ccc122e9972457d4891ca876421714 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Fri, 2 Sep 2022 18:24:03 -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 5194df847..53ae1f8bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ -## 0.35 (unreleased) +## 0.36 (unreleased) + +## 0.35 (released 2nd September 2022) ### Parsing diff --git a/Cargo.lock b/Cargo.lock index 99011d6a0..885bce47c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -185,7 +185,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" [[package]] name = "difftastic" -version = "0.35.0" +version = "0.36.0" dependencies = [ "atty", "bumpalo", diff --git a/Cargo.toml b/Cargo.toml index 1ec5ba82e..4ffe93f01 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.35.0" +version = "0.36.0" authors = ["Wilfred Hughes "] keywords = ["diff", "syntax"] categories = ["development-tools", "command-line-utilities", "parser-implementations"]