0.37 is now released

pull/402/head
Wilfred Hughes 2022-10-14 16:10:27 +07:00
parent 6b0009c941
commit e91878fb32
3 changed files with 5 additions and 3 deletions

@ -1,4 +1,6 @@
## 0.37 (unreleased)
## 0.38 (unreleased)
## 0.37 (released 14th October 2022)
### Manual

2
Cargo.lock generated

@ -176,7 +176,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
[[package]]
name = "difftastic"
version = "0.37.0"
version = "0.38.0"
dependencies = [
"atty",
"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.37.0"
version = "0.38.0"
authors = ["Wilfred Hughes <me@wilfred.me.uk>"]
keywords = ["diff", "syntax"]
categories = ["development-tools", "command-line-utilities", "parser-implementations"]