Skip to content

Commit 2d5df02

Browse files
chore: release v0.1.20 (#82)
1 parent dbd5c43 commit 2d5df02

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.20](https://github.com/cargo-bins/reflink-copy/compare/v0.1.19...v0.1.20) - 2024-11-10
10+
11+
### Other
12+
13+
- Implement check_reflink_support for windows ([#83](https://github.com/cargo-bins/reflink-copy/pull/83))
14+
- Fail reflink_or_copy if target file already exist ([#81](https://github.com/cargo-bins/reflink-copy/pull/81))
15+
- Bump tempfile from 3.8.0 to 3.12.0 ([#77](https://github.com/cargo-bins/reflink-copy/pull/77))
16+
917
## [0.1.19](https://github.com/cargo-bins/reflink-copy/compare/v0.1.18...v0.1.19) - 2024-07-04
1018

1119
### Other

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "reflink-copy"
3-
version = "0.1.19"
3+
version = "0.1.20"
44
authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
55
edition = "2018"
66
description = "copy-on-write mechanism on supported file systems"

0 commit comments

Comments
 (0)