Skip to content

Commit 2e29cca

Browse files
authored
chore(xcp): release v0.24.6
1 parent a325b09 commit 2e29cca

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.24.6](https://github.com/tarka/xcp/compare/xcp-v0.24.5...xcp-v0.24.6) - 2026-02-06
11+
12+
### Other
13+
14+
- More tweaks to release-plz workflow.
15+
- Convert to using a GH PAT token for release-plz to allow binary releases.
16+
1017
## [0.24.5](https://github.com/tarka/xcp/compare/xcp-v0.24.4...xcp-v0.24.5) - 2026-02-06
1118

1219
### 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
@@ -10,7 +10,7 @@ resolver = "2"
1010
[package]
1111
name = "xcp"
1212
description = "xcp is a (partial) clone of the Unix `cp` command, with more user-friendly feedback and some performance optimisations. See the README for features and limitations."
13-
version = "0.24.5"
13+
version = "0.24.6"
1414
rust-version = "1.88.0"
1515
edition = "2024"
1616

0 commit comments

Comments
 (0)