From 5c4fe0886cab6f9b5b15f8d5fb2b29f0303a2267 Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Sun, 24 Oct 2021 09:46:22 -0500 Subject: [PATCH] release: v1.6.5 --- CHANGELOG.md | 5 ++++- version.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 629ac8e2..b5b942a2 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.6.5] - 2021-10-24 + ### Fixed - Fix "free-quota limit" exception that occurred in new JSON schema generation logic that was added @@ -181,7 +183,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.6.4...HEAD +[Unreleased]: https://github.com/rcdailey/trash-updater/compare/v1.6.5...HEAD +[1.6.5]: https://github.com/rcdailey/trash-updater/compare/v1.6.4...v1.6.5 [1.6.4]: https://github.com/rcdailey/trash-updater/compare/v1.6.3...v1.6.4 [1.6.3]: https://github.com/rcdailey/trash-updater/compare/v1.6.2...v1.6.3 [1.6.2]: https://github.com/rcdailey/trash-updater/compare/v1.6.1...v1.6.2 diff --git a/version.json b/version.json index 8bbe5a7e..d97b35af 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.6.4", + "version": "1.6.5", "publicReleaseRefSpec": [ "^refs/heads/release/\\d+\\.\\d+", "^refs/tags/v\\d+\\.\\d+"