From 473f34969779028a78e51e2983f65fc477c7a83b Mon Sep 17 00:00:00 2001 From: Kyle Harrison Date: Mon, 6 Oct 2025 13:49:35 +0100 Subject: [PATCH 1/3] =?UTF-8?q?Bump=20version:=201.8.2=20=E2=86=92=201.8.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 01b186b9c93741117f9585c33beb83022a0331e1 Mon Sep 17 00:00:00 2001 From: Kyle Harrison Date: Mon, 6 Oct 2025 13:50:39 +0100 Subject: [PATCH 2/3] =?UTF-8?q?Bump=20version:=201.8.3=20=E2=86=92=201.8.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- cloudsmith_cli/data/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8ab468c0..132d30f1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.8.3 +current_version = 1.8.4 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+) diff --git a/cloudsmith_cli/data/VERSION b/cloudsmith_cli/data/VERSION index a7ee35a3..bfa363e7 100644 --- a/cloudsmith_cli/data/VERSION +++ b/cloudsmith_cli/data/VERSION @@ -1 +1 @@ -1.8.3 +1.8.4 From c882f07ac859bd64c8c3f10ba5e5dcb8094d4a03 Mon Sep 17 00:00:00 2001 From: Kyle Harrison Date: Mon, 6 Oct 2025 13:51:12 +0100 Subject: [PATCH 3/3] docs: update changelog --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26e3f544..8672466a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.8.4] - 2025-10-06 + +### Added + +- Support for Conda, Cargo, Go, and Hugging Face upstreams ([#214](https://github.com/cloudsmith-io/cloudsmith-cli/pull/214)) + +## [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