Next release will be 0.19

html_output
Wilfred Hughes 2022-01-30 22:58:22 +07:00
parent 8f6b269492
commit 4d3fac20d9
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated

@ -144,7 +144,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
[[package]]
name = "difftastic"
version = "0.18.1"
version = "0.19.0"
dependencies = [
"atty",
"cc",

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