Skip to content

Commit

Permalink
chore: release java-client 0.3.0 (#31)
Browse files Browse the repository at this point in the history
Signed-off-by: cs-minion <[email protected]>
  • Loading branch information
cs-minion authored Nov 13, 2024
1 parent b07539a commit 11b3825
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 ([#32](https://github.com/carbynestack/thymus/issues/32)) ([b07539a](https://github.com/carbynestack/thymus/commit/b07539ac4d83ef441529d7295838dcf2e52584a8))

## [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 11b3825

Please sign in to comment.