From 27839fe658afe113106c570b0c6154f274b02849 Mon Sep 17 00:00:00 2001 From: Wolf Vollprecht Date: Tue, 28 Jul 2026 15:34:04 +0200 Subject: [PATCH] chore: release v0.5.3 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fdd0b2..71fb165 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.5.3](https://github.com/prefix-dev/flickzeug/compare/v0.5.2...v0.5.3) - 2026-07-28 + +### Fixed + +- detect already-applied diffs via post-image matching ([#20](https://github.com/prefix-dev/flickzeug/pull/20)) + ## [0.5.2](https://github.com/prefix-dev/flickzeug/compare/v0.5.1...v0.5.2) - 2026-07-04 ### Added diff --git a/Cargo.toml b/Cargo.toml index 6a2b696..f234611 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flickzeug" -version = "0.5.2" +version = "0.5.3" authors = ["prefix.dev "] license = "MIT OR Apache-2.0" description = "A fork of diffy: diff, patch, and merge library featuring Myers' algorithm, unified diff format parsing, fuzzy patch application, and three-way merge with conflict detection"