Skip to content

Commit 8ed8da0

Browse files
authored
release: v1.12.0 (#259)
1 parent 9c5bb61 commit 8ed8da0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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.11.2
2+
current_version = 1.12.0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<revision>\d+)

CHANGELOG.md

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

88
## [Unreleased]
99

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+
1017
## [1.11.2] - 2026-01-22
1118

1219
## Added

cloudsmith_cli/data/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.2
1+
1.12.0

0 commit comments

Comments
 (0)