From e66b20675380d56c0f5a7805273b2c8f08c81dd8 Mon Sep 17 00:00:00 2001 From: Masayuki Morita Date: Fri, 14 May 2021 22:58:47 +0900 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a6bf47..74ff581 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,14 @@ ## master (Unreleased) BREAKING CHANGES: + * Sort releases in semver order ([#41](https://github.com/minamijoyo/tfupdate/pull/41)) * Hide pre-releases by default in the release list command ([#42](https://github.com/minamijoyo/tfupdate/pull/42)) +The `release latest` command now returns the latest release in semantic versioning order. Previously it returned the most recent release. In many cases it was the same, but in some cases the most recent older patch release was returned. + +The `release list` command now sorts releases in semantic versioning order and hides pre-releases. If you want to show pre-releases, use the `--pre-release` flag. + ENHANCEMENTS: * Update Go to v1.16.3 ([#37](https://github.com/minamijoyo/tfupdate/pull/37))