diff --git a/CHANGELOG.md b/CHANGELOG.md index 30cdc6e..479de73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.4.1] - 2025-01-29 + +### Added +- [#36](https://github.com/bmwill/diffy/pull/36) Add ability to configure + filenames when creating a patch with `DiffOptions`. + ## [0.4.0] - 2024-06-14 ### Fixed @@ -68,6 +74,8 @@ ## [0.1.0] - 2020-06-30 - Initial release. +[0.4.1]: https://github.com/bmwill/diffy/releases/tag/0.4.1 +[0.4.0]: https://github.com/bmwill/diffy/releases/tag/0.4.0 [0.3.0]: https://github.com/bmwill/diffy/releases/tag/0.3.0 [0.2.2]: https://github.com/bmwill/diffy/releases/tag/0.2.2 [0.2.1]: https://github.com/bmwill/diffy/releases/tag/0.2.1 diff --git a/Cargo.toml b/Cargo.toml index 8f8df90..26ed38a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "diffy" -version = "0.4.0" +version = "0.4.1" authors = ["Brandon Williams "] license = "MIT OR Apache-2.0" description = "Tools for finding and manipulating differences between files"