From af2dd67cf1674c1ca1441bade06b362605aea46f Mon Sep 17 00:00:00 2001 From: donal mee Date: Mon, 2 Jun 2025 15:40:33 +0100 Subject: [PATCH 1/2] chore: bump version 1.8.3 --- .bumpversion.cfg | 2 +- cloudsmith_cli/data/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 84a9ae38..8ab468c0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.8.2 +current_version = 1.8.3 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+) diff --git a/cloudsmith_cli/data/VERSION b/cloudsmith_cli/data/VERSION index 53adb84c..a7ee35a3 100644 --- a/cloudsmith_cli/data/VERSION +++ b/cloudsmith_cli/data/VERSION @@ -1 +1 @@ -1.8.2 +1.8.3 From ff6b5dd4346892bf279832ea8278cb70bc86d4d5 Mon Sep 17 00:00:00 2001 From: donal mee Date: Mon, 2 Jun 2025 13:21:41 +0100 Subject: [PATCH 2/2] chore: update changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26e3f544..8482571d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.8.3] - 2025-06-02 + +- Added 'swift' and 'hex' as available upstream formats. + +## [1.8.2] - 2025-06-02 + +- Make an sdist available as part of the release. + +## [1.8.1] - 2025-05-07 + +- Fix bug that caused configuration to be dropped in the authenticate command. +- Fix bug in the default configuration schema. + ## [1.8.0] - 2025-05-02 ### Added