Compare commits

...

4 Commits

Author SHA1 Message Date
Wilfred Hughes 5936671d5f Fix grammar 2025-11-16 16:37:06 +07:00
Wilfred Hughes 83188358a3 0.67 is released, 0.66 was skipped 2025-11-16 16:34:23 +07:00
Wilfred Hughes 7d8175dccf Next release will be 0.67, skip 0.66
Release process was triggered too early.
2025-11-16 16:20:30 +07:00
Wilfred Hughes fd33557903 Clarify changelog wording 2025-11-16 16:19:22 +07:00
4 changed files with 14 additions and 6 deletions

@ -1,4 +1,6 @@
## 0.66 (unreleased)
## 0.68 (unreleased)
## 0.67 (released 16 November 2025)
### Parsing
@ -22,8 +24,14 @@ longer affect display.
Improved descriptions of changes to binary files.
Fixed an issue where difftastic would not use the full width of the
terminal on side-by-side diffs when files had more than 1,000 lines.
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)

2
Cargo.lock generated

@ -243,7 +243,7 @@ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
[[package]]
name = "difftastic"
version = "0.66.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.66.0"
version = "0.68.0"
authors = ["Wilfred Hughes <me@wilfred.me.uk>"]
keywords = ["diff", "syntax"]
categories = ["development-tools", "command-line-utilities", "parser-implementations"]

@ -18,7 +18,7 @@ their syntax.
![Screenshot of difftastic and Rust](img/wrap_expr.png)
^ Difftastic understands exactly which pieces of syntax has changed,
^ Difftastic understands exactly which pieces of syntax have changed,
and can highlight them in context.
![Screenshot of difftastic and HTML](img/html.png)