Roll version

pull/315/head
Wilfred Hughes 2022-07-04 20:05:31 +07:00
parent 36e11985ce
commit c745de51b0
3 changed files with 5 additions and 3 deletions

@ -1,4 +1,6 @@
## 0.30 (unreleased)
## 0.31 (unreleased)
## 0.30 (released 4th July 2022)
### Parsing

2
Cargo.lock generated

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