Skip to content

Commit

Permalink
chore(main): release 0.7.5 (#206)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


<details><summary>0.7.5</summary>

## [0.7.5](v0.7.4...v0.7.5)
(2024-10-29)


### Features

* Examples module
([#202](#202))
([ac13a0a](ac13a0a))


### Bug Fixes

* **sdk:** option to disable assertion verification
([#205](#205))
([78d7b66](78d7b66))
</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>
Co-authored-by: Morgan Kleene <[email protected]>
  • Loading branch information
opentdf-automation[bot] and mkleene authored Oct 29, 2024
1 parent 088b88e commit 94b161d
Show file tree
Hide file tree
Showing 6 changed files with 17 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.7.4"
".": "0.7.5"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.7.5](https://github.com/opentdf/java-sdk/compare/v0.7.4...v0.7.5) (2024-10-29)


### Features

* Examples module ([#202](https://github.com/opentdf/java-sdk/issues/202)) ([ac13a0a](https://github.com/opentdf/java-sdk/commit/ac13a0a7c82caed920238244cf7adaca3039fdea))


### Bug Fixes

* **sdk:** option to disable assertion verification ([#205](https://github.com/opentdf/java-sdk/issues/205)) ([78d7b66](https://github.com/opentdf/java-sdk/commit/78d7b66e40bb52340e604ab645830287c91ba534))

## [0.7.4](https://github.com/opentdf/java-sdk/compare/v0.7.3...v0.7.4) (2024-10-24)


Expand Down
2 changes: 1 addition & 1 deletion cmdline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.opentdf.platform</groupId>
<artifactId>sdk-pom</artifactId>
<version>0.7.5-SNAPSHOT</version>
<version>0.7.5</version>
</parent>
<artifactId>cmdline</artifactId>
<properties>
Expand Down
3 changes: 1 addition & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
<parent>
<artifactId>sdk-pom</artifactId>
<groupId>io.opentdf.platform</groupId>
<version>0.7.5-SNAPSHOT</version>
<version>0.7.5</version>
</parent>

<groupId>io.opentdf.platform</groupId>
<artifactId>examples</artifactId>
<version>0.7.5-SNAPSHOT</version>

<name>examples</name>
<!-- FIXME change it to the project's website -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.opentdf.platform</groupId>
<artifactId>sdk-pom</artifactId>
<version>0.7.5-SNAPSHOT</version>
<version>0.7.5</version>
<name>io.opentdf.platform:sdk-pom</name>
<description>OpenTDF Java SDK</description>
<url>https://github.com/opentdf/java-sdk</url>
Expand Down
2 changes: 1 addition & 1 deletion sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>sdk-pom</artifactId>
<groupId>io.opentdf.platform</groupId>
<version>0.7.5-SNAPSHOT</version>
<version>0.7.5</version>
</parent>
<packaging>jar</packaging>
<dependencies>
Expand Down

0 comments on commit 94b161d

Please sign in to comment.