From 83188358a3d3332d98bb3b0b6b4d84540e22d17e Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Sun, 16 Nov 2025 16:34:23 +0000 Subject: [PATCH] 0.67 is released, 0.66 was skipped --- CHANGELOG.md | 9 ++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 148034b78..7e71b08e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 7d9961601..ffacadd38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -243,7 +243,7 @@ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" [[package]] name = "difftastic" -version = "0.67.0" +version = "0.68.0" dependencies = [ "assert_cmd", "bumpalo", diff --git a/Cargo.toml b/Cargo.toml index d93c27100..6541e170d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] keywords = ["diff", "syntax"] categories = ["development-tools", "command-line-utilities", "parser-implementations"]