Roll version

pull/25/head
Wilfred Hughes 2021-07-07 22:25:03 +07:00
parent 6f87140703
commit 9e821956a5
3 changed files with 5 additions and 3 deletions

@ -1,4 +1,6 @@
## 0.3 (unreleased)
## 0.4 (unreleased)
## 0.3
Diffs are now displayed with unchanged lines aligned to the other side.

2
Cargo.lock generated

@ -87,7 +87,7 @@ checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
[[package]]
name = "difftastic"
version = "0.3.0"
version = "0.4.0"
dependencies = [
"clap",
"colored",

@ -4,7 +4,7 @@ description = "A syntactic diffing tool"
repository = "https://github.com/wilfred/difftastic"
homepage = "https://github.com/wilfred/difftastic"
license = "MIT"
version = "0.3.0"
version = "0.4.0"
authors = ["Wilfred Hughes <me@wilfred.me.uk>"]
edition = "2018"