Skip to content

Commit d5c7a74

Browse files
chore(main): release 0.6.0 (#125)
🤖 I have created a release *beep* *boop* --- <details><summary>0.6.0</summary> ## [0.6.0](v0.5.0...v0.6.0) (2024-08-23) ### Features * **core:** Add autoconfigure for key splitting ([#120](#120)) ([7ecbf23](7ecbf23)) * **core:** Adding key cache, tests for specificity ([#126](#126)) ([a149887](a149887)) ### Bug Fixes * **core:** Revert "feat(core): Add attributes client" ([#124](#124)) ([3d1ef2b](3d1ef2b)) * ztdf support both base and handling assertions ([#128](#128)) ([5f72e94](5f72e94)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
1 parent 5f72e94 commit d5c7a74

File tree

7 files changed

+23
-9
lines changed

7 files changed

+23
-9
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.0"
2+
".": "0.6.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/opentdf/java-sdk/compare/v0.5.0...v0.6.0) (2024-08-23)
4+
5+
6+
### Features
7+
8+
* **core:** Add autoconfigure for key splitting ([#120](https://github.com/opentdf/java-sdk/issues/120)) ([7ecbf23](https://github.com/opentdf/java-sdk/commit/7ecbf231d9fa1fd07c1c426489fd160602c2883a))
9+
* **core:** Adding key cache, tests for specificity ([#126](https://github.com/opentdf/java-sdk/issues/126)) ([a149887](https://github.com/opentdf/java-sdk/commit/a14988781f9ad83d8e01b83a3a612aa8f2563bbb))
10+
11+
12+
### Bug Fixes
13+
14+
* **core:** Revert "feat(core): Add attributes client" ([#124](https://github.com/opentdf/java-sdk/issues/124)) ([3d1ef2b](https://github.com/opentdf/java-sdk/commit/3d1ef2b5791de989c4242498787617286fad44bf))
15+
* ztdf support both base and handling assertions ([#128](https://github.com/opentdf/java-sdk/issues/128)) ([5f72e94](https://github.com/opentdf/java-sdk/commit/5f72e9448aa03ca43065cb024d6e783573a3ba29))
16+
317
## [0.5.0](https://github.com/opentdf/java-sdk/compare/v0.4.0...v0.5.0) (2024-08-19)
418

519

cmdline/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.opentdf.platform</groupId>
88
<artifactId>sdk-pom</artifactId>
9-
<version>0.6.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
9+
<version>0.6.0</version><!-- {x-version-update:java-sdk:current} -->
1010
</parent>
1111
<artifactId>cmdline</artifactId>
1212
<properties>
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>io.opentdf.platform</groupId>
5454
<artifactId>sdk</artifactId>
55-
<version>0.6.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
55+
<version>0.6.0</version><!-- {x-version-update:java-sdk:current} -->
5656
</dependency>
5757
</dependencies>
5858
</project>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.opentdf.platform</groupId>
88
<artifactId>sdk-pom</artifactId>
9-
<version>0.6.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
9+
<version>0.6.0</version><!-- {x-version-update:java-sdk:current} -->
1010
<name>sdk-pom</name>
1111
<packaging>pom</packaging>
1212
<properties>

protocol/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<groupId>io.opentdf.platform</groupId>
77
<name>protocol</name>
88
<artifactId>protocol</artifactId>
9-
<version>0.6.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
9+
<version>0.6.0</version><!-- {x-version-update:java-sdk:current} -->
1010
<parent>
1111
<artifactId>sdk-pom</artifactId>
1212
<groupId>io.opentdf.platform</groupId>
13-
<version>0.6.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
13+
<version>0.6.0</version><!-- {x-version-update:java-sdk:current} -->
1414
</parent>
1515
<packaging>jar</packaging>
1616
<dependencies>

sdk/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<parent>
99
<artifactId>sdk-pom</artifactId>
1010
<groupId>io.opentdf.platform</groupId>
11-
<version>0.6.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
11+
<version>0.6.0</version><!-- {x-version-update:java-sdk:current} -->
1212
</parent>
1313
<packaging>jar</packaging>
1414
<dependencies>
1515
<dependency>
1616
<groupId>io.opentdf.platform</groupId>
1717
<artifactId>protocol</artifactId>
18-
<version>0.6.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
18+
<version>0.6.0</version><!-- {x-version-update:java-sdk:current} -->
1919
</dependency>
2020
<dependency>
2121
<groupId>org.slf4j</groupId>

versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Format:
22
# module:released-version:current-version
33

4-
java-sdk:0.5.0:0.6.0-SNAPSHOT
4+
java-sdk:0.6.0:0.6.0

0 commit comments

Comments
 (0)