Skip to content

Commit

Permalink
release: v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rcdailey committed May 14, 2021
1 parent cb1f308 commit c489ddb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.4.0] - 2021-05-14

### Added

- Radarr Custom Format Support.
Expand Down Expand Up @@ -86,7 +88,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.
- Completely removed old python project & source code

[Unreleased]: https://github.com/rcdailey/trash-updater/compare/v1.3.3...HEAD
[Unreleased]: https://github.com/rcdailey/trash-updater/compare/v1.4.0...HEAD
[1.4.0]: https://github.com/rcdailey/trash-updater/compare/v1.3.3...v1.4.0
[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.1]: https://github.com/rcdailey/trash-updater/compare/v1.3.0...v1.3.1
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.3.3",
"version": "1.4.0",
"publicReleaseRefSpec": [
"^refs/heads/release/\\d+\\.\\d+",
"^refs/tags/v\\d+\\.\\d+"
Expand Down

0 comments on commit c489ddb

Please sign in to comment.