Skip to content

Commit

Permalink
chore(main): release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
opentdf-automation[bot] authored Apr 3, 2024
1 parent 3bbe5d9 commit 727c048
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 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.0.0"
".": "0.1.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 0.1.0 (2024-04-03)


### Features

* **codegen:** Generate and publish Java Proto generated artifacts ([#2](https://github.com/opentdf/java-sdk/issues/2)) ([2328fd2](https://github.com/opentdf/java-sdk/commit/2328fd2bec21fb6060beca2b1bac34550eadca4e))
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.opentdf.platform</groupId>
<artifactId>sdk-pom</artifactId>
<version>0.1.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
<version>0.1.0</version><!-- {x-version-update:java-sdk:current} -->
<name>sdk-pom</name>
<packaging>pom</packaging>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>sdk-pom</artifactId>
<groupId>io.opentdf.platform</groupId>
<version>0.1.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
<version>0.1.0</version><!-- {x-version-update:java-sdk:current} -->
</parent>
<packaging>jar</packaging>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
<parent>
<artifactId>sdk-pom</artifactId>
<groupId>io.opentdf.platform</groupId>
<version>0.1.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
<version>0.1.0</version><!-- {x-version-update:java-sdk:current} -->
</parent>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>io.opentdf.platform</groupId>
<artifactId>protocol</artifactId>
<version>0.1.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
<version>0.1.0</version><!-- {x-version-update:java-sdk:current} -->
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

java-sdk:0.0.0:0.1.0-SNAPSHOT
java-sdk:0.1.0:0.1.0

0 comments on commit 727c048

Please sign in to comment.