From c9cb2abb00e3dadc9fdca90f44a5e499921870d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 23:24:30 +0000 Subject: [PATCH] chore: release v0.1.21 (#91) --- CHANGELOG.md | 6 ++++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 953b41c..b72428b 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.21](https://github.com/cargo-bins/reflink-copy/compare/v0.1.20...v0.1.21) - 2025-01-08 + +### Other + +- Bump windows from 0.58.0 to 0.59.0 ([#90](https://github.com/cargo-bins/reflink-copy/pull/90)) + ## [0.1.20](https://github.com/cargo-bins/reflink-copy/compare/v0.1.19...v0.1.20) - 2024-11-10 ### Other diff --git a/Cargo.lock b/Cargo.lock index 4ff5ee6..b0f0347 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "aho-corasick" @@ -89,7 +89,7 @@ dependencies = [ [[package]] name = "reflink-copy" -version = "0.1.20" +version = "0.1.21" dependencies = [ "cfg-if", "regex", diff --git a/Cargo.toml b/Cargo.toml index ec061f9..fa9984b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reflink-copy" -version = "0.1.20" +version = "0.1.21" authors = ["Jiahao XU "] edition = "2018" description = "copy-on-write mechanism on supported file systems"