Roll version

a_star_module
Wilfred Hughes 2022-01-06 01:00:48 +07:00
parent c511b634f7
commit a11e3081b2
3 changed files with 5 additions and 3 deletions

@ -1,4 +1,6 @@
## 0.15 (unreleased)
## 0.16 (unreleased)
## 0.15 (released 6 January 2022)
### Parsing

2
Cargo.lock generated

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