From bf8fcab4207c18910bf71ddd858ad35b83b2adee Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Tue, 5 Mar 2024 22:02:37 -0800 Subject: [PATCH] 0.56 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 9fcc125890..c160ce55a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ -## 0.56 (unreleased) +## 0.56.1 (unreleased) + +## 0.56 (released 5th March 2024) ### Parsing diff --git a/Cargo.lock b/Cargo.lock index af29ea614b..657d85bd0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -260,7 +260,7 @@ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" [[package]] name = "difftastic" -version = "0.56.0" +version = "0.56.1" dependencies = [ "assert_cmd", "bumpalo", diff --git a/Cargo.toml b/Cargo.toml index cc027b38ba..a3ddbf4247 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.0" +version = "0.56.1" authors = ["Wilfred Hughes "] keywords = ["diff", "syntax"] categories = ["development-tools", "command-line-utilities", "parser-implementations"]