Skip to content

Commit

Permalink
chore: release cli 0.4.1 (#39)
Browse files Browse the repository at this point in the history
Signed-off-by: cs-minion <[email protected]>
  • Loading branch information
cs-minion committed Aug 4, 2023
1 parent 50aa988 commit f4674bc
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.4.0"
".": "0.4.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.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))

## [0.4.0](https://github.com/carbynestack/cli/compare/cli-v0.3.1...cli-v0.4.0) (2023-08-01)


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 f4674bc

Please sign in to comment.