Skip to content

Commit 2c5b107

Browse files
chore: release v0.1.29 (#166)
1 parent 1b8c6aa commit 2c5b107

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

2828
## [Unreleased]
2929

30+
## [0.1.29](https://github.com/cargo-bins/reflink-copy/compare/v0.1.28...v0.1.29) - 2026-03-04
31+
32+
### Fixed
33+
34+
- exclude sparc/sparc64 from linux reflink path ([#164](https://github.com/cargo-bins/reflink-copy/pull/164))
35+
36+
### Other
37+
38+
- Bump actions/checkout from 5 to 6 ([#148](https://github.com/cargo-bins/reflink-copy/pull/148))
39+
3040
## [0.1.26](https://github.com/cargo-bins/reflink-copy/compare/v0.1.25...v0.1.26) - 2025-03-19
3141

3242
### 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.28"
3+
version = "0.1.29"
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)