Roll version

pull/464/head
Wilfred Hughes 2023-01-15 20:15:40 +07:00
parent dffc72d1ca
commit 48c64297c5
3 changed files with 5 additions and 3 deletions

@ -1,4 +1,6 @@
## 0.42 (unreleased) ## 0.43 (unreleased)
## 0.42 (released 15th January 2022)
### Parsing ### Parsing

2
Cargo.lock generated

@ -176,7 +176,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
[[package]] [[package]]
name = "difftastic" name = "difftastic"
version = "0.42.0" version = "0.43.0"
dependencies = [ dependencies = [
"atty", "atty",
"bumpalo", "bumpalo",

@ -4,7 +4,7 @@ description = "A structural diff that understands syntax."
repository = "https://github.com/wilfred/difftastic" repository = "https://github.com/wilfred/difftastic"
homepage = "http://difftastic.wilfred.me.uk/" homepage = "http://difftastic.wilfred.me.uk/"
license = "MIT" license = "MIT"
version = "0.42.0" version = "0.43.0"
authors = ["Wilfred Hughes <me@wilfred.me.uk>"] authors = ["Wilfred Hughes <me@wilfred.me.uk>"]
keywords = ["diff", "syntax"] keywords = ["diff", "syntax"]
categories = ["development-tools", "command-line-utilities", "parser-implementations"] categories = ["development-tools", "command-line-utilities", "parser-implementations"]