0.56.1 is released

pull/647/head^2
Wilfred Hughes 2024-03-05 23:23:43 +07:00
parent d9d6401c45
commit 2b19e59aeb
3 changed files with 5 additions and 3 deletions

@ -1,4 +1,6 @@
## 0.56.1 (unreleased)
## 0.57 (unreleased)
## 0.56.1 (released 5th March 2024)
### Build

2
Cargo.lock generated

@ -260,7 +260,7 @@ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
[[package]]
name = "difftastic"
version = "0.56.1"
version = "0.57.0"
dependencies = [
"assert_cmd",
"bumpalo",

@ -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 <me@wilfred.me.uk>"]
keywords = ["diff", "syntax"]
categories = ["development-tools", "command-line-utilities", "parser-implementations"]