Skip to content

Commit 45d8ecc

Browse files
authored
chore: release v0.5.1 (#12)
1 parent e8c3258 commit 45d8ecc

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [0.5.1](https://github.com/prefix-dev/flickzeug/compare/v0.5.0...v0.5.1) - 2026-02-24
4+
5+
### Fixed
6+
7+
- issue with a/, b/ and /dev/null ([#11](https://github.com/prefix-dev/flickzeug/pull/11))
8+
39
## [0.5.0](https://github.com/prefix-dev/flickzeug/compare/v0.4.5...v0.5.0) - 2026-02-24
410

511
### 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 = "flickzeug"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["prefix.dev <hi@prefix.dev>"]
55
license = "MIT OR Apache-2.0"
66
description = "A fork of diffy: diff, patch, and merge library featuring Myers' algorithm, unified diff format parsing, fuzzy patch application, and three-way merge with conflict detection"

0 commit comments

Comments
 (0)