Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.5.2](https://github.com/prefix-dev/flickzeug/compare/v0.5.1...v0.5.2) - 2026-07-04

### Added

- add is_diff_applied_with_config and apply_bytes_reporting ([#18](https://github.com/prefix-dev/flickzeug/pull/18))

### Other

- *(deps)* update actions/checkout action to v7 ([#17](https://github.com/prefix-dev/flickzeug/pull/17))
- *(deps)* update rust to v1.96.1 ([#16](https://github.com/prefix-dev/flickzeug/pull/16))
- Add renovate.json ([#13](https://github.com/prefix-dev/flickzeug/pull/13))

## [0.5.1](https://github.com/prefix-dev/flickzeug/compare/v0.5.0...v0.5.1) - 2026-02-24

### Fixed
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 = "flickzeug"
version = "0.5.1"
version = "0.5.2"
authors = ["prefix.dev <hi@prefix.dev>"]
license = "MIT OR Apache-2.0"
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"
Expand Down