From abfb198a9b627c40f9605ea7f4aeba28ac853e00 Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Sat, 15 May 2021 20:26:46 -0500 Subject: [PATCH] release: v1.4.1 --- CHANGELOG.md | 5 ++++- version.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63049b3a..f09f1343 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.4.1] - 2021-05-15 + ### Fixed - Invalid cache data files no longer cause the program to exit. An error is printed and the @@ -103,7 +105,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.4.0...HEAD +[Unreleased]: https://github.com/rcdailey/trash-updater/compare/v1.4.1...HEAD +[1.4.1]: https://github.com/rcdailey/trash-updater/compare/v1.4.0...v1.4.1 [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 diff --git a/version.json b/version.json index de1bb2b6..8112ee67 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.4.0", + "version": "1.4.1", "publicReleaseRefSpec": [ "^refs/heads/release/\\d+\\.\\d+", "^refs/tags/v\\d+\\.\\d+"