chore(release): 1.1.7-beta
Some checks failed
CI / Test (push) Failing after 8m57s
CI / Build (push) Successful in 1m34s
CI / Build-1 (push) Successful in 1m55s
CI / Build-2 (push) Successful in 1m34s
CI / Build-3 (push) Successful in 1m34s
CI / Build-4 (push) Successful in 1m34s
CI / Build-5 (push) Successful in 1m34s
CI / Lint (push) Failing after 4m45s
CI / Coverage (push) Failing after 2m38s
CI / Vet (push) Successful in 2m5s
Release / release (push) Failing after 34m46s
Release / docker (push) Has been cancelled
Some checks failed
CI / Test (push) Failing after 8m57s
CI / Build (push) Successful in 1m34s
CI / Build-1 (push) Successful in 1m55s
CI / Build-2 (push) Successful in 1m34s
CI / Build-3 (push) Successful in 1m34s
CI / Build-4 (push) Successful in 1m34s
CI / Build-5 (push) Successful in 1m34s
CI / Lint (push) Failing after 4m45s
CI / Coverage (push) Failing after 2m38s
CI / Vet (push) Successful in 2m5s
Release / release (push) Failing after 34m46s
Release / docker (push) Has been cancelled
- Bump version to 1.1.7-beta - Update CHANGELOG.md
This commit is contained in:
parent
a5f3f0914a
commit
e8dae9a4ae
2 changed files with 13 additions and 1 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -5,6 +5,13 @@ 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.7-beta] - 2026-06-17
|
||||||
|
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- **engine**: cross-backend integrity guard with retry-then-damaged
|
||||||
|
- **usenet**: fsync delivered files before reporting complete
|
||||||
## [1.1.6-beta] - 2026-06-15
|
## [1.1.6-beta] - 2026-06-15
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -17,6 +24,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- **debrid**: fsync before verify to stop NFS write-back truncation
|
- **debrid**: fsync before verify to stop NFS write-back truncation
|
||||||
|
|
||||||
|
### Other
|
||||||
|
|
||||||
|
- **release**: 1.1.6-beta
|
||||||
## [1.1.5-beta] - 2026-06-14
|
## [1.1.5-beta] - 2026-06-14
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -866,6 +877,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.7-beta]: https://github.com/torrentclaw/unarr/compare/v1.1.6-beta...v1.1.7-beta
|
||||||
[1.1.6-beta]: https://github.com/torrentclaw/unarr/compare/v1.1.5-beta...v1.1.6-beta
|
[1.1.6-beta]: https://github.com/torrentclaw/unarr/compare/v1.1.5-beta...v1.1.6-beta
|
||||||
[1.1.5-beta]: https://github.com/torrentclaw/unarr/compare/v1.1.4-beta...v1.1.5-beta
|
[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,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.6-beta"
|
var Version = "1.1.7-beta"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue