Skip to content

Commit

Permalink
chore: release cli 0.5.1 (#45)
Browse files Browse the repository at this point in the history
Signed-off-by: cs-minion <[email protected]>
  • Loading branch information
cs-minion authored Dec 19, 2024
1 parent 702ba4c commit 2b92b9e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.0"
".": "0.5.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.1](https://github.com/carbynestack/cli/compare/cli-v0.5.0...cli-v0.5.1) (2024-11-19)


### Bug Fixes

* add email scope when requesting token ([#44](https://github.com/carbynestack/cli/issues/44)) ([702ba4c](https://github.com/carbynestack/cli/commit/702ba4c53ccf6a2e6aabb539395f4201981ad3d1))

## [0.5.0](https://github.com/carbynestack/cli/compare/cli-v0.4.1...cli-v0.5.0) (2024-10-10)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>cli</artifactId>
<groupId>io.carbynestack</groupId>
<version>0.5.0</version>
<version>0.5.1</version>
<name>Carbyne Stack Command Line Interface</name>
<description>Carbyne Stack Command Line Interface for interacting with backend services.</description>
<licenses>
Expand Down

0 comments on commit 2b92b9e

Please sign in to comment.