Roll version

pull/341/head
Wilfred Hughes 2022-08-21 22:05:04 +07:00
parent 026b2674d0
commit f3420df1ca
3 changed files with 5 additions and 3 deletions

@ -1,4 +1,6 @@
## 0.33 (unreleased)
## 0.34 (unreleased)
## 0.33 (released 21st August 2022)
### Diffing

2
Cargo.lock generated

@ -185,7 +185,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
[[package]]
name = "difftastic"
version = "0.33.0"
version = "0.34.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.33.0"
version = "0.34.0"
authors = ["Wilfred Hughes <me@wilfred.me.uk>"]
keywords = ["diff", "syntax"]
categories = ["development-tools", "command-line-utilities", "parser-implementations"]