diff --git a/CHANGELOG.md b/CHANGELOG.md index 69a519e..211aec4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.23](https://github.com/cargo-bins/reflink-copy/compare/v0.1.22...v0.1.23) - 2025-01-18 + +### Other + +- Implement reflink_block for lunix ([#93](https://github.com/cargo-bins/reflink-copy/pull/93)) + ## [0.1.22](https://github.com/cargo-bins/reflink-copy/compare/v0.1.21...v0.1.22) - 2025-01-11 ### Other diff --git a/Cargo.lock b/Cargo.lock index dc7da0b..d29defc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -89,7 +89,7 @@ dependencies = [ [[package]] name = "reflink-copy" -version = "0.1.22" +version = "0.1.23" dependencies = [ "cfg-if", "libc", diff --git a/Cargo.toml b/Cargo.toml index ec4772e..fd42c59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reflink-copy" -version = "0.1.22" +version = "0.1.23" authors = ["Jiahao XU "] edition = "2018" description = "copy-on-write mechanism on supported file systems"