summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2022-01-30 22:56:19 -0800
committerWilfred Hughes <me@wilfred.me.uk>2022-01-30 22:56:19 -0800
commit8f6b269492900d16240092f7cdcf80fc6a00ffc3 (patch)
tree8a2d0d16d5b22ac2c9891867183eec5c899661dc
parent01d6cb149f6aa0806d5d930520800e477739aadd (diff)
Tag a 0.18.1 release0.18.1
-rw-r--r--CHANGELOG.md5
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1947f67c9..6f4e0fce9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
## 0.19 (unreleased)
+## 0.18.1 (released 30 January 2022)
+
+Fixed a compilation issue on Rust 1.54 (0.18 only built on newer
+versions of Rust).
+
## 0.18 (released 30 January 2022)
### Parsing
diff --git a/Cargo.lock b/Cargo.lock
index 0360aa949..65636ac8c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -144,7 +144,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
[[package]]
name = "difftastic"
-version = "0.19.0"
+version = "0.18.1"
dependencies = [
"atty",
"cc",
diff --git a/Cargo.toml b/Cargo.toml
index e12658af8..b2cace1e2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ description = "A syntactic diff"
repository = "https://github.com/wilfred/difftastic"
homepage = "http://difftastic.wilfred.me.uk/"
license = "MIT"
-version = "0.19.0"
+version = "0.18.1"
authors = ["Wilfred Hughes <me@wilfred.me.uk>"]
keywords = ["diff", "syntax"]
categories = ["development-tools", "command-line-utilities", "parser-implementations"]