release: v1.3.3

recyclarr v1.3.3
Robert Dailey 3 years ago
parent 5a9a517534
commit 22ac6144b0

@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [1.3.3] - 2021-05-06
### Fixed ### Fixed
- Sonarr Quality Definition Max, when set to its maximum value of 400, is now properly set to - Sonarr Quality Definition Max, when set to its maximum value of 400, is now properly set to
@ -80,7 +82,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.3.2...HEAD [Unreleased]: https://github.com/rcdailey/trash-updater/compare/v1.3.3...HEAD
[1.3.3]: https://github.com/rcdailey/trash-updater/compare/v1.3.2...v1.3.3
[1.3.2]: https://github.com/rcdailey/trash-updater/compare/v1.3.1...v1.3.2 [1.3.2]: https://github.com/rcdailey/trash-updater/compare/v1.3.1...v1.3.2
[1.3.1]: https://github.com/rcdailey/trash-updater/compare/v1.3.0...v1.3.1 [1.3.1]: https://github.com/rcdailey/trash-updater/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/rcdailey/trash-updater/compare/v1.2.0...v1.3.0 [1.3.0]: https://github.com/rcdailey/trash-updater/compare/v1.2.0...v1.3.0

@ -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.3.2", "version": "1.3.3",
"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