release: v1.6.0

recyclarr v1.6.0
Robert Dailey 4 years ago
parent f9b933e1e3
commit dc6bcdb430

@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [1.6.0] - 2021-05-31
### Added ### Added
- New setting `reset_unmatched_scores` under `custom_formats.quality_profiles` in YAML config which - New setting `reset_unmatched_scores` under `custom_formats.quality_profiles` in YAML config which
@ -142,7 +144,8 @@ See the [Python Migration Guide][py-mig] for details on how to update your YAML
- Nearly all command line options removed in favor of YAML equivalents. - Nearly all command line options removed in favor of YAML equivalents.
- Completely removed old python project & source code - Completely removed old python project & source code
[Unreleased]: https://github.com/rcdailey/trash-updater/compare/v1.5.1...HEAD [Unreleased]: https://github.com/rcdailey/trash-updater/compare/v1.6.0...HEAD
[1.6.0]: https://github.com/rcdailey/trash-updater/compare/v1.5.1...v1.6.0
[1.5.1]: https://github.com/rcdailey/trash-updater/compare/v1.5.0...v1.5.1 [1.5.1]: https://github.com/rcdailey/trash-updater/compare/v1.5.0...v1.5.1
[1.5.0]: https://github.com/rcdailey/trash-updater/compare/v1.4.2...v1.5.0 [1.5.0]: https://github.com/rcdailey/trash-updater/compare/v1.4.2...v1.5.0
[1.4.2]: https://github.com/rcdailey/trash-updater/compare/v1.4.1...v1.4.2 [1.4.2]: https://github.com/rcdailey/trash-updater/compare/v1.4.1...v1.4.2

@ -1,6 +1,6 @@
{ {
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.5.1", "version": "1.6.0",
"publicReleaseRefSpec": [ "publicReleaseRefSpec": [
"^refs/heads/release/\\d+\\.\\d+", "^refs/heads/release/\\d+\\.\\d+",
"^refs/tags/v\\d+\\.\\d+" "^refs/tags/v\\d+\\.\\d+"

Loading…
Cancel
Save