Update changelog for today's releases and roll version

pull/504/merge
Wilfred Hughes 2023-08-25 09:26:17 +07:00
parent 3f3526ded4
commit 79b4e44113
3 changed files with 12 additions and 3 deletions

@ -1,4 +1,13 @@
## 0.51 (unreleased)
## 0.52 (unreleased)
## 0.51.1 (released 25th August 2023)
Fixed an issue with GitHub actions that prevented prebuilt binaries
being attached to the release.
This is the same code as 0.51.0 otherwise.
## 0.51.0 (released 25th August 2023)
### Parsing

2
Cargo.lock generated

@ -237,7 +237,7 @@ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
[[package]]
name = "difftastic"
version = "0.51.1"
version = "0.52.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.51.1"
version = "0.52.0"
authors = ["Wilfred Hughes <me@wilfred.me.uk>"]
keywords = ["diff", "syntax"]
categories = ["development-tools", "command-line-utilities", "parser-implementations"]