chore(release): 1.0.6-beta
Some checks failed
Release / release (push) Failing after 38m40s
Release / docker (push) Has been cancelled

Per-agent API key handoff + revocation handling. 1.0.5-beta was the
docker bundled-dep arch fix; this is the next beta.
This commit is contained in:
Deivid Soto 2026-06-07 19:44:07 +02:00
parent 9fdc099ea8
commit 22081cf106
2 changed files with 20 additions and 1 deletions

View file

@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.6-beta] - 2026-06-07
### Added
- **agent**: per-machine key handoff + revocation handling
### Fixed
- **agent**: only treat explicit 410/403 as revocation; honour --config
### Other
- **release**: 1.0.6-beta
## [1.0.5-beta] - 2026-06-07 ## [1.0.5-beta] - 2026-06-07
@ -20,6 +34,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- **docker**: derive bundled dep arch from dpkg, not TARGETARCH default - **docker**: derive bundled dep arch from dpkg, not TARGETARCH default
- **torrent**: suppress noisy UPnP AddPortMapping warnings - **torrent**: suppress noisy UPnP AddPortMapping warnings
### Other
- **release**: 1.0.5-beta
## [1.0.4-beta] - 2026-06-04 ## [1.0.4-beta] - 2026-06-04
@ -716,6 +734,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Build ### Build
- add -s -w -trimpath to Makefile, add build-small target with UPX - add -s -w -trimpath to Makefile, add build-small target with UPX
[1.0.6-beta]: https://github.com/torrentclaw/unarr/compare/v1.0.5-beta...v1.0.6-beta
[1.0.5-beta]: https://github.com/torrentclaw/unarr/compare/v1.0.4-beta...v1.0.5-beta [1.0.5-beta]: https://github.com/torrentclaw/unarr/compare/v1.0.4-beta...v1.0.5-beta
[1.0.4-beta]: https://github.com/torrentclaw/unarr/compare/v1.0.3-beta...v1.0.4-beta [1.0.4-beta]: https://github.com/torrentclaw/unarr/compare/v1.0.3-beta...v1.0.4-beta
[1.0.3-beta]: https://github.com/torrentclaw/unarr/compare/v1.0.2-beta...v1.0.3-beta [1.0.3-beta]: https://github.com/torrentclaw/unarr/compare/v1.0.2-beta...v1.0.3-beta

View file

@ -1,4 +1,4 @@
package cmd package cmd
// Version is the CLI version. Overridden by goreleaser ldflags at release time. // Version is the CLI version. Overridden by goreleaser ldflags at release time.
var Version = "1.0.5-beta" var Version = "1.0.6-beta"