Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"pkg/go": "0.2.1",
"pkg/js": "0.2.1",
"pkg/java": "0.2.0-beta.2"
"pkg/java": "0.2.1-beta.2"
}

15 changes: 15 additions & 0 deletions pkg/java/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

## pkg/java/v0.2.0-beta.2

## [0.2.1-beta.2](https://github.com/openfga/language/compare/pkg/java/v0.2.0-beta.2...pkg/java/v0.2.1-beta.2) (2026-06-12)


### Added

* allow '/' and '.' in type and relation names ([#254](https://github.com/openfga/language/issues/254)) ([8862530](https://github.com/openfga/language/commit/88625300b642f9b51fd0140f7190e702658abd09))
* **language:** added unit test for java ([2e0fb5d](https://github.com/openfga/language/commit/2e0fb5d18ee3d66911ff33ac7ae3329e870507fb))
* **lanuage:** added objectId regex for go and java ([6bb8f13](https://github.com/openfga/language/commit/6bb8f13568e42cd98d473b924a747537e5dc32cd))


### Fixed

* fix validation of object IDs ([#348](https://github.com/openfga/language/issues/348)) ([dc0d9f1](https://github.com/openfga/language/commit/dc0d9f1e83a164a95e2a0352128a3a8fb373250f))
* **language:** fix java lint issue ([23f369d](https://github.com/openfga/language/commit/23f369d63fddc45653f67177d8d42c9168e4f8d8))

### [v0.2.0-beta.2](https://github.com/openfga/language/compare/pkg/java/v0.2.0-beta.1...pkg/java/v0.2.0-beta.2) (2024-09-06)

Added:
Expand Down
2 changes: 1 addition & 1 deletion pkg/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
apply from: 'publish.gradle'

group = 'dev.openfga'
version = '0.2.0-beta.2' // x-release-please-version
version = '0.2.1-beta.2' // x-release-please-version

repositories {
mavenCentral()
Expand Down