Skip to content

Commit

Permalink
diffy 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill committed Jan 29, 2025
1 parent 26322ac commit c7df5fb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "diffy"
version = "0.4.0"
version = "0.4.1"
authors = ["Brandon Williams <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Tools for finding and manipulating differences between files"
Expand Down

0 comments on commit c7df5fb

Please sign in to comment.