Skip to content

Commit 5d85043

Browse files
release(no-ticket): Release v1.10.3 (#252)
* Bump cloudsmith-cli to v1.10.3
1 parent 4f69538 commit 5d85043

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.10.2
2+
current_version = 1.10.3
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<revision>\d+)

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10-
## [1.10.2] - 2026-01-08
10+
## [1.10.3] - 2026-01-08
1111

1212
### Deprecation Notice
1313

@@ -18,6 +18,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1818
- Fixed JSON output for all commands
1919
- Informational messages, warnings, and interactive prompts are now routed to stderr when `--output-format json` is active.
2020
- Error messages are now formatted as structured JSON on stdout when JSON output is requested.
21+
22+
## [1.10.2] - 2026-01-07
23+
24+
### Fixed
2125
- [Issue #250](https://github.com/cloudsmith-io/cloudsmith-cli/issues/250) - Updated `requests_toolbelt` dependency to `>=1.0.0` to ensure compatibility with `urllib3>=2.5` and avoid `urllib3.contrib.appengine` import errors.
2226

2327
## [1.10.1] - 2025-12-16

cloudsmith_cli/data/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.10.2
1+
1.10.3

0 commit comments

Comments
 (0)