Skip to content

Commit

Permalink
chore: release cli 0.5.0 (#43)
Browse files Browse the repository at this point in the history
Signed-off-by: cs-minion <rng_cr_carbynestack@bosch.com>
  • Loading branch information
cs-minion authored Oct 10, 2024
1 parent 5cc06d2 commit 7092006
Show file tree
Hide file tree
Showing 3 changed files with 13 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.4.1"
".": "0.5.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* add authentication support ([#42](https://github.com/carbynestack/cli/issues/42))

### Features

* add authentication support ([#42](https://github.com/carbynestack/cli/issues/42)) ([5cc06d2](https://github.com/carbynestack/cli/commit/5cc06d2cdd85f961b973336f0b15e3c9ec1473a3))

## [0.4.1](https://github.com/carbynestack/cli/compare/cli-v0.4.0...cli-v0.4.1) (2023-08-04)


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.4.1</version>
<version>0.5.0</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 7092006

Please sign in to comment.