chore(release): 0.5.2
- Bump version to 0.5.2 - Update CHANGELOG.md
This commit is contained in:
parent
eb8f5e8b1a
commit
080fdf4d76
2 changed files with 12 additions and 1 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -5,6 +5,12 @@ 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/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [0.5.2] - 2026-04-07
|
||||
|
||||
|
||||
### Added
|
||||
|
||||
- **stream**: report multi-network URLs for smart resolution
|
||||
## [0.5.1] - 2026-04-07
|
||||
|
||||
|
||||
|
|
@ -18,6 +24,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- **daemon**: report failed status on stream request errors
|
||||
- **daemon**: use correct systemd user target and isolate test cache
|
||||
- **stream**: prevent duplicate events from killing active stream server
|
||||
|
||||
### Other
|
||||
|
||||
- **release**: 0.5.1
|
||||
## [0.5.0] - 2026-04-06
|
||||
|
||||
|
||||
|
|
@ -107,6 +117,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
- remove UPX compression (antivirus false positives, startup penalty)
|
||||
- add -s -w -trimpath to Makefile, add build-small target with UPX
|
||||
[0.5.2]: https://github.com/torrentclaw/unarr/compare/v0.5.1...v0.5.2
|
||||
[0.5.1]: https://github.com/torrentclaw/unarr/compare/v0.5.0...v0.5.1
|
||||
[0.5.0]: https://github.com/torrentclaw/unarr/compare/v0.4.1...v0.5.0
|
||||
[0.4.1]: https://github.com/torrentclaw/unarr/compare/v0.4.0...v0.4.1
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package cmd
|
||||
|
||||
// Version is the CLI version. Overridden by goreleaser ldflags at release time.
|
||||
var Version = "0.5.1"
|
||||
var Version = "0.5.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue