From 44b025fdc5d9c0ae3cbf4d8e2aa169db02bc04d7 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Mon, 18 Oct 2021 22:42:17 -0700 Subject: [PATCH] Roll version --- CHANGELOG.md | 6 +++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a9b4b5cf..8a1ae8575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -## 0.11 (unreleased) +## 0.12 (unreleased) + +No changes yet. + +## 0.11 ### Parsing diff --git a/Cargo.lock b/Cargo.lock index c9f200e9b..4221a73f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -152,7 +152,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" [[package]] name = "difftastic" -version = "0.11.0" +version = "0.12.0" dependencies = [ "atty", "cc", diff --git a/Cargo.toml b/Cargo.toml index f83f180ba..b8b6ab2f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "A syntactic diffing tool" repository = "https://github.com/wilfred/difftastic" homepage = "http://difftastic.wilfred.me.uk/" license = "MIT" -version = "0.11.0" +version = "0.12.0" authors = ["Wilfred Hughes "] keywords = ["diff", "syntax"] categories = ["development-tools", "command-line-utilities", "parser-implementations"]