File tree Expand file tree Collapse file tree
src/main/java/io/opentdf/platform Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.7.7 "
2+ "." : " 0.7.8 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.7.8] ( https://github.com/opentdf/java-sdk/compare/v0.7.7...v0.7.8 ) (2025-04-09)
4+
5+
6+ ### Bug Fixes
7+
8+ * deal with the extra layer of hex ([ #236 ] ( https://github.com/opentdf/java-sdk/issues/236 ) ) ([ 7e961c1] ( https://github.com/opentdf/java-sdk/commit/7e961c196c1708da18f0d9dd49d8427f3452f615 ) )
9+
310## [ 0.7.7] ( https://github.com/opentdf/java-sdk/compare/v0.7.6...v0.7.7 ) (2025-04-07)
411
512
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >io.opentdf.platform</groupId >
66 <artifactId >sdk-pom</artifactId >
7- <version >0.7.8-SNAPSHOT </version >
7+ <version >0.7.8</version >
88 </parent >
99 <artifactId >cmdline</artifactId >
1010 <properties >
Original file line number Diff line number Diff line change 5151 */
5252class Versions {
5353 // Version of the SDK, managed by release-please.
54- public static final String SDK = "0.7.8-SNAPSHOT " ; // x-release-please-version
54+ public static final String SDK = "0.7.8" ; // x-release-please-version
5555
5656 // This sdk aims to support this version of the TDF spec; currently 4.3.0.
5757 public static final String TDF_SPEC = "4.3.0" ;
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >sdk-pom</artifactId >
66 <groupId >io.opentdf.platform</groupId >
7- <version >0.7.8-SNAPSHOT </version >
7+ <version >0.7.8</version >
88 </parent >
99
1010 <groupId >io.opentdf.platform</groupId >
Original file line number Diff line number Diff line change 55
66 <groupId >io.opentdf.platform</groupId >
77 <artifactId >sdk-pom</artifactId >
8- <version >0.7.8-SNAPSHOT </version >
8+ <version >0.7.8</version >
99 <name >io.opentdf.platform:sdk-pom</name >
1010 <description >OpenTDF Java SDK</description >
1111 <url >https://github.com/opentdf/java-sdk</url >
Original file line number Diff line number Diff line change 66 <parent >
77 <artifactId >sdk-pom</artifactId >
88 <groupId >io.opentdf.platform</groupId >
9- <version >0.7.8-SNAPSHOT </version >
9+ <version >0.7.8</version >
1010 </parent >
1111 <packaging >jar</packaging >
1212 <properties >
You can’t perform that action at this time.
0 commit comments