Skip to content

Commit

Permalink
chore: release java-client 0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: cs-minion <[email protected]>
  • Loading branch information
cs-minion committed Nov 13, 2024
1 parent 5c91a97 commit 3bc5106
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 @@
{
"services": "0.2.1",
"charts/thymus": "0.4.0",
"clients/java": "0.2.0"
"clients/java": "0.3.0"
}
7 changes: 7 additions & 0 deletions clients/java/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0](https://github.com/carbynestack/thymus/compare/java-client-v0.2.0...java-client-v0.3.0) (2024-11-13)


### Features

* **java-client:** add VC client builder ([5c91a97](https://github.com/carbynestack/thymus/commit/5c91a97c1c1535e677b3004ae96ee03b6bf7dc4c))

## [0.2.0](https://github.com/carbynestack/thymus/compare/java-client-v0.1.0...java-client-v0.2.0) (2024-11-13)


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

0 comments on commit 3bc5106

Please sign in to comment.