From 2b19e59aebb29bc53ac9208220c75cd04862ea91 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Tue, 5 Mar 2024 23:23:43 -0800 Subject: [PATCH] 0.56.1 is released --- 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 ca5158166..5506f3bd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ -## 0.56.1 (unreleased) +## 0.57 (unreleased) + +## 0.56.1 (released 5th March 2024) ### Build diff --git a/Cargo.lock b/Cargo.lock index 425b396c8..99ef1611f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -260,7 +260,7 @@ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" [[package]] name = "difftastic" -version = "0.56.1" +version = "0.57.0" dependencies = [ "assert_cmd", "bumpalo", diff --git a/Cargo.toml b/Cargo.toml index a3ddbf424..5bff08374 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.56.1" +version = "0.57.0" authors = ["Wilfred Hughes "] keywords = ["diff", "syntax"] categories = ["development-tools", "command-line-utilities", "parser-implementations"]