diff --git a/CHANGELOG.md b/CHANGELOG.md index 02c354087..6ea3193d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ -## 0.15 (unreleased) +## 0.16 (unreleased) + +## 0.15 (released 6 January 2022) ### Parsing diff --git a/Cargo.lock b/Cargo.lock index a6f90bd69..f0dd0956d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -143,7 +143,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" [[package]] name = "difftastic" -version = "0.15.0" +version = "0.16.0" dependencies = [ "atty", "cc", diff --git a/Cargo.toml b/Cargo.toml index 7746cb7f9..0d4ab93fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] keywords = ["diff", "syntax"] categories = ["development-tools", "command-line-utilities", "parser-implementations"]