From a915a037fc77323b0c83b6edba3f4b4b739735c7 Mon Sep 17 00:00:00 2001 From: Wolf Vollprecht Date: Sat, 4 Jul 2026 17:49:15 +0300 Subject: [PATCH] chore: release v0.5.2 --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f57566..3fdd0b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.5.2](https://github.com/prefix-dev/flickzeug/compare/v0.5.1...v0.5.2) - 2026-07-04 + +### Added + +- add is_diff_applied_with_config and apply_bytes_reporting ([#18](https://github.com/prefix-dev/flickzeug/pull/18)) + +### Other + +- *(deps)* update actions/checkout action to v7 ([#17](https://github.com/prefix-dev/flickzeug/pull/17)) +- *(deps)* update rust to v1.96.1 ([#16](https://github.com/prefix-dev/flickzeug/pull/16)) +- Add renovate.json ([#13](https://github.com/prefix-dev/flickzeug/pull/13)) + ## [0.5.1](https://github.com/prefix-dev/flickzeug/compare/v0.5.0...v0.5.1) - 2026-02-24 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 8ed4ac2..6a2b696 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flickzeug" -version = "0.5.1" +version = "0.5.2" 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"