chore(release): 1.1.5-beta
Some checks failed
CI / Test (push) Failing after 8m38s
CI / Build (push) Successful in 1m31s
CI / Build-1 (push) Successful in 1m54s
CI / Build-2 (push) Successful in 1m32s
CI / Build-3 (push) Successful in 1m32s
CI / Build-4 (push) Successful in 1m32s
CI / Build-5 (push) Successful in 1m32s
CI / Lint (push) Failing after 4m32s
CI / Coverage (push) Successful in 2m47s
CI / Vet (push) Successful in 1m58s

- Bump version to 1.1.5-beta
- Update CHANGELOG.md
This commit is contained in:
Deivid Soto 2026-06-14 13:25:56 +02:00
parent 16253ec106
commit b563f859e0
2 changed files with 12 additions and 1 deletions

View file

@ -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).
## [1.1.5-beta] - 2026-06-14
### Added
- **downloads**: ordered preferred_methods list honored for web tasks
## [1.1.4-beta] - 2026-06-12 ## [1.1.4-beta] - 2026-06-12
@ -12,6 +18,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- **agent**: el auto-update difiere hasta que no haya stream activo - **agent**: el auto-update difiere hasta que no haya stream activo
- **library**: detección de intro/créditos post-scan (skip segments) - **library**: detección de intro/créditos post-scan (skip segments)
### Other
- **release**: 1.1.4-beta
## [1.1.3-beta] - 2026-06-11 ## [1.1.3-beta] - 2026-06-11
@ -840,6 +850,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.1.5-beta]: https://github.com/torrentclaw/unarr/compare/v1.1.4-beta...v1.1.5-beta
[1.1.4-beta]: https://github.com/torrentclaw/unarr/compare/v1.1.3-beta...v1.1.4-beta [1.1.4-beta]: https://github.com/torrentclaw/unarr/compare/v1.1.3-beta...v1.1.4-beta
[1.1.3-beta]: https://github.com/torrentclaw/unarr/compare/v1.1.2-beta...v1.1.3-beta [1.1.3-beta]: https://github.com/torrentclaw/unarr/compare/v1.1.2-beta...v1.1.3-beta
[1.1.2-beta]: https://github.com/torrentclaw/unarr/compare/v1.1.1-beta...v1.1.2-beta [1.1.2-beta]: https://github.com/torrentclaw/unarr/compare/v1.1.1-beta...v1.1.2-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.1.4-beta" var Version = "1.1.5-beta"