Skip to content

Commit

Permalink
chore: release upload-java-client 0.2.0 (#70)
Browse files Browse the repository at this point in the history
Signed-off-by: cs-minion <[email protected]>
  • Loading branch information
cs-minion authored Oct 9, 2024
1 parent 865dddf commit 74de7f1
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
Expand Up @@ -2,7 +2,7 @@
"castor-parent": "0.2.0",
"castor-common": "0.2.0",
"castor-java-client": "0.2.0",
"castor-upload-java-client": "0.1.1",
"castor-upload-java-client": "0.2.0",
"castor-service": "0.1.1",
"castor-service/charts/castor": "0.2.0"
}
7 changes: 7 additions & 0 deletions castor-upload-java-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0](https://github.com/carbynestack/castor/compare/upload-java-client-v0.1.1...upload-java-client-v0.2.0) (2024-10-09)


### Features

* **castor-common/castor-java-client/castor-service/castor-upload-java-client:** upgrade parent ([#68](https://github.com/carbynestack/castor/issues/68)) ([c712935](https://github.com/carbynestack/castor/commit/c71293591f5ff69f12cd063b0c7c900d17b7a78a))

## [0.1.1](https://github.com/carbynestack/castor/compare/upload-java-client-v0.1.0...upload-java-client-v0.1.1) (2023-07-27)


Expand Down
2 changes: 1 addition & 1 deletion castor-upload-java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>castor-upload-java-client</artifactId>
<version>0.1.1</version>
<version>0.2.0</version>
<parent>
<groupId>io.carbynestack</groupId>
<artifactId>castor-parent</artifactId>
Expand Down

0 comments on commit 74de7f1

Please sign in to comment.