diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d3dca6..3ea98b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.5](https://github.com/prefix-dev/flickzeug/compare/v0.4.4...v0.4.5) - 2026-01-15 + +### Other + +- Reduce MSRV to 1.88 ([#7](https://github.com/prefix-dev/flickzeug/pull/7)) +- document and doctest `Patch::original` ([#5](https://github.com/prefix-dev/flickzeug/pull/5)) + ## [0.4.4](https://github.com/prefix-dev/flickzeug/compare/v0.4.3...v0.4.4) - 2025-12-31 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 81f5e56..1302fe0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flickzeug" -version = "0.4.4" +version = "0.4.5" 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"