Skip to content

Commit

Permalink
chore: release java-client 0.1.3 (#54)
Browse files Browse the repository at this point in the history
Signed-off-by: cs-minion <[email protected]>
  • Loading branch information
cs-minion authored Jul 27, 2023
1 parent fcd606e commit 8161dca
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,5 +1,5 @@
{
".": "0.1.3",
"charts/ephemeral": "0.1.2",
"ephemeral-java-client": "0.1.2"
"ephemeral-java-client": "0.1.3"
}
7 changes: 7 additions & 0 deletions ephemeral-java-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.3](https://github.com/carbynestack/ephemeral/compare/java-client-v0.1.2...java-client-v0.1.3) (2023-07-27)


### Bug Fixes

* **service/java-client:** add support for partial builds using codeco… ([#52](https://github.com/carbynestack/ephemeral/issues/52)) ([5a7a591](https://github.com/carbynestack/ephemeral/commit/5a7a591c5d81daf8bad09826b9c9f8bfcbe73eee))

## [0.1.2](https://github.com/carbynestack/ephemeral/compare/java-client-v0.1.1...java-client-v0.1.2) (2023-07-26)


Expand Down
2 changes: 1 addition & 1 deletion ephemeral-java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>ephemeral-java-client</artifactId>
<groupId>io.carbynestack</groupId>
<version>0.1.2</version>
<version>0.1.3</version>
<name>Carbyne Stack Ephemeral Java Client</name>
<description>Java client for the Carbyne Stack Ephemeral service.</description>
<licenses>
Expand Down

0 comments on commit 8161dca

Please sign in to comment.