We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c5bb61 commit 8ed8da0Copy full SHA for 8ed8da0
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.11.2
+current_version = 1.12.0
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<revision>\d+)
CHANGELOG.md
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
8
## [Unreleased]
9
10
+## [1.12.0] - 2026-02-02
11
+
12
+### Added
13
14
+- Added Generic Format support for pushing packages to repositories.
15
+- Added Upstream support for managing upstream proxy configurations.
16
17
## [1.11.2] - 2026-01-22
18
19
## Added
cloudsmith_cli/data/VERSION
@@ -1 +1 @@
-1.11.2
+1.12.0
0 commit comments