From 26b73fe679063b1cf0724e1a89f7766a7a11dff4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 10:41:33 +1100 Subject: [PATCH] chore: release v0.1.23 (#94) --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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"