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