chore(release): 0.6.3
- Bump version to 0.6.3 - Update CHANGELOG.md
This commit is contained in:
parent
fad53a5d84
commit
d7fa0af504
2 changed files with 9 additions and 1 deletions
|
|
@ -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/),
|
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).
|
||||||
|
|
||||||
|
## [0.6.3] - 2026-04-09
|
||||||
|
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- **library**: use native arm64 ffprobe on Apple Silicon (osx-arm-64)
|
||||||
## [0.6.2] - 2026-04-09
|
## [0.6.2] - 2026-04-09
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -14,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
|
|
||||||
|
- **release**: 0.6.2
|
||||||
- ignore local config/ directory
|
- ignore local config/ directory
|
||||||
## [0.6.1] - 2026-04-08
|
## [0.6.1] - 2026-04-08
|
||||||
|
|
||||||
|
|
@ -191,6 +198,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
- remove UPX compression (antivirus false positives, startup penalty)
|
- remove UPX compression (antivirus false positives, startup penalty)
|
||||||
- add -s -w -trimpath to Makefile, add build-small target with UPX
|
- add -s -w -trimpath to Makefile, add build-small target with UPX
|
||||||
|
[0.6.3]: https://github.com/torrentclaw/unarr/compare/v0.6.2...v0.6.3
|
||||||
[0.6.2]: https://github.com/torrentclaw/unarr/compare/v0.6.1...v0.6.2
|
[0.6.2]: https://github.com/torrentclaw/unarr/compare/v0.6.1...v0.6.2
|
||||||
[0.6.1]: https://github.com/torrentclaw/unarr/compare/v0.6.0...v0.6.1
|
[0.6.1]: https://github.com/torrentclaw/unarr/compare/v0.6.0...v0.6.1
|
||||||
[0.6.0]: https://github.com/torrentclaw/unarr/compare/v0.5.5...v0.6.0
|
[0.6.0]: https://github.com/torrentclaw/unarr/compare/v0.5.5...v0.6.0
|
||||||
|
|
|
||||||
|
|
@ -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 = "0.6.2"
|
var Version = "0.6.3"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue