Skip to content

Commit 6201ee0

Browse files
Eng 8099/cli tokens release (#199)
* Bump version: 1.7.2 → 1.8.0 * Update change log and bump version
1 parent 0dd9bf6 commit 6201ee0

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

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

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.8.0] - 2025-05-02
11+
12+
### Added
13+
14+
- Added support for managing User API Tokens ([#192](https://github.com/cloudsmith-io/cloudsmith-cli/pull/192))
15+
1016
## [1.7.2] - 2025-04-28
1117

1218
### Added
1319

14-
- Added a fix for certain login error messages being suppressed ([#188](https://github.com/cloudsmith-io/cloudsmith-cli/pull/196))
20+
- Added a fix for certain login error messages being suppressed ([#196](https://github.com/cloudsmith-io/cloudsmith-cli/pull/196))
1521

1622
## [1.7.1] - 2025-04-25
1723

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ The following maintainers manage the project and are reponsible for reviewing/me
1010

1111
The following contributors (in alphabetical order) are held in eternal high esteem and gratitude for their glorious contributions to the project:
1212

13+
- Carlos Gonzalez ([@LowzG](https://github.com/LowzG))
1314
- Jamie Brynes ([@jamiebrynes7](https://github.com/jamiebrynes7))
1415
- Patrick McClory ([@mcclory](https://github.com/mcclory))
1516

cloudsmith_cli/data/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.2
1+
1.8.0

0 commit comments

Comments
 (0)