Skip to content

Commit 964d92b

Browse files
committed
release: 0.6.1 — release workflow and Makefile
1 parent afb9284 commit 964d92b

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.6.1] - 2026-03-02
9+
10+
### Added
11+
12+
- Release workflow attaches binaries to GitHub releases
13+
- Makefile with build, install, and release targets
14+
815
## [0.6.0] - 2026-03-01
916

1017
### Added
@@ -47,6 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4754

4855
- Deduplicate progress output and show filename during transfers
4956

57+
[0.6.1]: https://codeberg.org/ctietze/mtpx/releases/tag/0.6.1
5058
[0.6.0]: https://codeberg.org/ctietze/mtpx/releases/tag/0.6.0
5159
[0.5.0]: https://codeberg.org/ctietze/mtpx/releases/tag/0.5.0
5260
[0.4.0]: https://codeberg.org/ctietze/mtpx/releases/tag/0.4.0

Sources/mtpx/Mtpx.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ struct Mtpx: AsyncParsableCommand {
1313
mtpx --generate-completion-script zsh \
1414
> ~/.zsh/completions/_mtpx
1515
""",
16-
version: "0.6.0",
16+
version: "0.6.1",
1717
subcommands: [Transfer.self, Sync.self, Ls.self, DeviceCommand.self],
1818
defaultSubcommand: Transfer.self
1919
)

0 commit comments

Comments
 (0)