Roll version

pull/222/head
Wilfred Hughes 2022-03-31 09:47:58 +07:00
parent 299c321e72
commit bef93e9626
3 changed files with 6 additions and 4 deletions

@ -1,4 +1,6 @@
## 0.25 (unreleased)
## 0.26 (unreleased)
## 0.25 (released 31st March 2022)
### Display
@ -28,7 +30,7 @@ Fixed an issue with parsing interpolated strings in PHP.
Added support for Janet, Lua and Nix.
## 0.24 (release 26th March 2022)
## 0.24 (released 26th March 2022)
### Diffing

2
Cargo.lock generated

@ -162,7 +162,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
[[package]]
name = "difftastic"
version = "0.25.0"
version = "0.26.0"
dependencies = [
"atty",
"cc",

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