Next version will be 0.44

pull/481/head
Wilfred Hughes 2023-02-04 16:42:22 +07:00
parent 9e8a90649c
commit d425685284
3 changed files with 4 additions and 2 deletions

@ -1,3 +1,5 @@
## 0.44 (unreleased)
## 0.43.1 (released 3rd February 2023)
This release has no logic changes from 0.43.

2
Cargo.lock generated

@ -201,7 +201,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
[[package]]
name = "difftastic"
version = "0.43.1"
version = "0.44.0"
dependencies = [
"bumpalo",
"cc",

@ -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.43.1"
version = "0.44.0"
authors = ["Wilfred Hughes <me@wilfred.me.uk>"]
keywords = ["diff", "syntax"]
categories = ["development-tools", "command-line-utilities", "parser-implementations"]