Skip to content

Commit c7df5fb

Browse files
committed
diffy 0.4.1
1 parent 26322ac commit c7df5fb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.4.1] - 2025-01-29
4+
5+
### Added
6+
- [#36](https://github.com/bmwill/diffy/pull/36) Add ability to configure
7+
filenames when creating a patch with `DiffOptions`.
8+
39
## [0.4.0] - 2024-06-14
410

511
### Fixed
@@ -68,6 +74,8 @@
6874
## [0.1.0] - 2020-06-30
6975
- Initial release.
7076

77+
[0.4.1]: https://github.com/bmwill/diffy/releases/tag/0.4.1
78+
[0.4.0]: https://github.com/bmwill/diffy/releases/tag/0.4.0
7179
[0.3.0]: https://github.com/bmwill/diffy/releases/tag/0.3.0
7280
[0.2.2]: https://github.com/bmwill/diffy/releases/tag/0.2.2
7381
[0.2.1]: https://github.com/bmwill/diffy/releases/tag/0.2.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diffy"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Brandon Williams <bwilliams.eng@gmail.com>"]
55
license = "MIT OR Apache-2.0"
66
description = "Tools for finding and manipulating differences between files"

0 commit comments

Comments
 (0)