We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95c9373 commit 2a47c30Copy full SHA for 2a47c30
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.13.0
+current_version = 1.14.0
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<revision>\d+)
CHANGELOG.md
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
- Added `--tag` option to `download` command for filtering packages by tags
10
- Added download command documentation to README with comprehensive usage examples
11
12
-## [1.14.0] - 2026-03-11
+## [1.14.0] - 2026-03-13
13
14
### Added
15
cloudsmith_cli/data/VERSION
@@ -1 +1 @@
-1.13.0
+1.14.0
0 commit comments