From ba0633411a3e629950490ac728bc3dcecabe0e1c Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Fri, 23 Jul 2021 23:30:14 -0500 Subject: [PATCH] release: v1.6.2 --- CHANGELOG.md | 5 ++++- version.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e63f7607..f997905c 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.2] - 2021-07-23 + ### Fixed - Directly use the Trash Guides git repository to avoid getting HTTP 403 - rate limit reached error @@ -157,7 +159,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.1...HEAD +[Unreleased]: https://github.com/rcdailey/trash-updater/compare/v1.6.2...HEAD +[1.6.2]: https://github.com/rcdailey/trash-updater/compare/v1.6.1...v1.6.2 [1.6.1]: https://github.com/rcdailey/trash-updater/compare/v1.6.0...v1.6.1 [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 diff --git a/version.json b/version.json index 54883370..c8d23559 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.1", + "version": "1.6.2", "publicReleaseRefSpec": [ "^refs/heads/release/\\d+\\.\\d+", "^refs/tags/v\\d+\\.\\d+"