Skip to content

Commit 4813ce7

Browse files
committed
diffy 0.4.2
1 parent 63ee6eb commit 4813ce7

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [0.4.2] - 2025-01-29
4+
5+
### Added
6+
- [#37](https://github.com/bmwill/diffy/pull/37) Allow configuring the "No
7+
newline at end of file" message from being printed when formatting a patch.
8+
- [#38](https://github.com/bmwill/diffy/pull/38) Add support for configuring
9+
`suppress_blank_empty`.
10+
311
## [0.4.1] - 2025-01-29
412

513
### Added
@@ -74,6 +82,7 @@
7482
## [0.1.0] - 2020-06-30
7583
- Initial release.
7684

85+
[0.4.2]: https://github.com/bmwill/diffy/releases/tag/0.4.2
7786
[0.4.1]: https://github.com/bmwill/diffy/releases/tag/0.4.1
7887
[0.4.0]: https://github.com/bmwill/diffy/releases/tag/0.4.0
7988
[0.3.0]: https://github.com/bmwill/diffy/releases/tag/0.3.0

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.1"
3+
version = "0.4.2"
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)