diff --git a/CHANGELOG.md b/CHANGELOG.md index b72428b..69a519e 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.22](https://github.com/cargo-bins/reflink-copy/compare/v0.1.21...v0.1.22) - 2025-01-11 + +### Other + +- Add reflink_block function ([#85](https://github.com/cargo-bins/reflink-copy/pull/85)) + ## [0.1.21](https://github.com/cargo-bins/reflink-copy/compare/v0.1.20...v0.1.21) - 2025-01-08 ### Other diff --git a/Cargo.lock b/Cargo.lock index b0f0347..2efdaa2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -89,7 +89,7 @@ dependencies = [ [[package]] name = "reflink-copy" -version = "0.1.21" +version = "0.1.22" dependencies = [ "cfg-if", "regex", diff --git a/Cargo.toml b/Cargo.toml index fa9984b..7554e41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reflink-copy" -version = "0.1.21" +version = "0.1.22" authors = ["Jiahao XU "] edition = "2018" description = "copy-on-write mechanism on supported file systems"