0.67 is released, 0.66 was skipped

pull/847/head
Wilfred Hughes 2025-11-16 16:34:23 +07:00
parent 7d8175dccf
commit 83188358a3
3 changed files with 10 additions and 3 deletions

@ -1,4 +1,6 @@
## 0.66 (unreleased)
## 0.68 (unreleased)
## 0.67 (released 16 November 2025)
### Parsing
@ -26,6 +28,11 @@ Fixed an issue (introduced after 0.65) where difftastic would not use
the full width of the terminal on side-by-side diffs when files had
more than 1,000 lines.
## 0.66 (skipped)
Due to an issue with the release process, 0.66 was abandoned in favour
of doing a normal release with version 0.67.
## 0.65 (released 23rd September 2025)
### Build

2
Cargo.lock generated

@ -243,7 +243,7 @@ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
[[package]]
name = "difftastic"
version = "0.67.0"
version = "0.68.0"
dependencies = [
"assert_cmd",
"bumpalo",

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