Skip to content

Commit

Permalink
chore: release cli 0.4.1 (#41)
Browse files Browse the repository at this point in the history
Signed-off-by: cs-minion <[email protected]>
  • Loading branch information
cs-minion authored Aug 4, 2023
1 parent c66ffd9 commit 4c5b931
Show file tree
Hide file tree
Showing 3 changed files with 10 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.0"
".": "0.4.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
## [0.4.1](https://github.com/carbynestack/cli/compare/cli-v0.4.0...cli-v0.4.1) (2023-08-04)


### Bug Fixes

* attach cli artifact to release ([#38](https://github.com/carbynestack/cli/issues/38)) ([50aa988](https://github.com/carbynestack/cli/commit/50aa9880c30b724cad17470aa28e24be776adf5c))
* fix release-action pattern resolve issue ([#40](https://github.com/carbynestack/cli/issues/40)) ([c66ffd9](https://github.com/carbynestack/cli/commit/c66ffd945ea70b57e264764a68336561dca82877))

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


### Bug Fixes

* attach cli artifact to release ([#38](https://github.com/carbynestack/cli/issues/38)) ([50aa988](https://github.com/carbynestack/cli/commit/50aa9880c30b724cad17470aa28e24be776adf5c))
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.0</version>
<version>0.4.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 4c5b931

Please sign in to comment.