Roll version

pull/38/head
Wilfred Hughes 2021-09-24 23:40:07 +07:00
parent c9f85d806e
commit 48efe9d7c4
3 changed files with 7 additions and 3 deletions

@ -1,4 +1,8 @@
## 0.10 (unreleased)
## 0.11 (unreleased)
No changes.
## 0.10
### Parsing

2
Cargo.lock generated

@ -234,7 +234,7 @@ checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
[[package]]
name = "difftastic"
version = "0.10.0"
version = "0.11.0"
dependencies = [
"atty",
"cc",

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