We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a959a5c commit b9c839dCopy full SHA for b9c839d
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.9.3
+current_version = 1.9.4
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<revision>\d+)
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
8
## [Unreleased]
9
10
+## [1.9.4] - 2025-11-07
11
+
12
+> No code changes in this release. Version bump performed for release process consistency and to address packaging/metadata updates.
13
14
## [1.9.3] - 2025-11-07
15
16
- [[Issue-170]](https://github.com/cloudsmith-io/cloudsmith-cli/issues/170) - Add flag to get all pages
cloudsmith_cli/data/VERSION
@@ -1 +1 @@
-1.9.3
+1.9.4
0 commit comments