From 0489e8a1afe2d210b88cc84248be85171f86d87a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 18:12:35 +0000 Subject: [PATCH] chore: release v0.1.19 (#75) chore: release Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..da765d5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.19](https://github.com/cargo-bins/reflink-copy/compare/v0.1.18...v0.1.19) - 2024-07-04 + +### Other +- Bump windows from 0.57.0 to 0.58.0 ([#74](https://github.com/cargo-bins/reflink-copy/pull/74)) +- Use release-plz in publish.yml ([#72](https://github.com/cargo-bins/reflink-copy/pull/72)) diff --git a/Cargo.lock b/Cargo.lock index 38b2aaa..0aaa3af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -100,7 +100,7 @@ dependencies = [ [[package]] name = "reflink-copy" -version = "0.1.18" +version = "0.1.19" dependencies = [ "cfg-if", "rustix", diff --git a/Cargo.toml b/Cargo.toml index 1037c62..d2e3e22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reflink-copy" -version = "0.1.18" +version = "0.1.19" authors = ["Jiahao XU "] edition = "2018" description = "copy-on-write mechanism on supported file systems"