Roll version

pull/779/head
Wilfred Hughes 2024-10-24 08:17:18 +07:00
parent 870d1411a0
commit c2e98bb65a
3 changed files with 5 additions and 3 deletions

@ -1,4 +1,6 @@
## 0.61 (unreleased)
## 0.62 (unreleased)
## 0.61 (released 24th October 2024)
**Recommended git configuration has changed! Please update your
`~/.gitconfig` to [match the git

2
Cargo.lock generated

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