Skip to content

Commit b36b981

Browse files
committed
diffy 0.4.0
1 parent 046e479 commit b36b981

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [0.4.0] - 2024-06-14
4+
5+
### Fixed
6+
- [#28](https://github.com/bmwill/diffy/issues/28) Fixed an issue where
7+
conflicts were being omitted from merges.
8+
9+
### Added
10+
- [#26](https://github.com/bmwill/diffy/pull/26) Add ability to reverse a
11+
patch.
12+
13+
### Changed
14+
- [#29](https://github.com/bmwill/diffy/pull/29) Bump minimum supported rust
15+
version (msrv) to 1.62.1.
16+
- [#22](https://github.com/bmwill/diffy/pull/22) update nu-ansi-term dependency
17+
to 0.50.
18+
319
## [0.3.0] - 2022-08-29
420

521
### Fixed

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.3.0"
3+
version = "0.4.0"
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)