Skip to content

Commit

Permalink
chore: release v0.1.20 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 10, 2024
1 parent dbd5c43 commit 2d5df02
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.20](https://github.com/cargo-bins/reflink-copy/compare/v0.1.19...v0.1.20) - 2024-11-10

### Other

- Implement check_reflink_support for windows ([#83](https://github.com/cargo-bins/reflink-copy/pull/83))
- Fail reflink_or_copy if target file already exist ([#81](https://github.com/cargo-bins/reflink-copy/pull/81))
- Bump tempfile from 3.8.0 to 3.12.0 ([#77](https://github.com/cargo-bins/reflink-copy/pull/77))

## [0.1.19](https://github.com/cargo-bins/reflink-copy/compare/v0.1.18...v0.1.19) - 2024-07-04

### Other
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "reflink-copy"
version = "0.1.19"
version = "0.1.20"
authors = ["Jiahao XU <[email protected]>"]
edition = "2018"
description = "copy-on-write mechanism on supported file systems"
Expand Down

0 comments on commit 2d5df02

Please sign in to comment.