Skip to content
Merged
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,5 +1,5 @@
{
"pkg/go": "0.2.1",
"pkg/go": "0.3.0",
"pkg/js": "0.2.1",
"pkg/java": "0.2.0-beta.2"
}
Expand Down
1 change: 1 addition & 0 deletions pkg/go/.release-please-trigger
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Release-As 0.3.0 requested at 2026-06-16T04:10:20Z
12 changes: 10 additions & 2 deletions pkg/go/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Changelog

## Unreleased
## [0.3.0](https://github.com/openfga/language/compare/pkg/go/v0.2.1...pkg/go/v0.3.0) (2026-06-16)

Comment thread
SoulPancake marked this conversation as resolved.
> [!WARNING]
Comment thread
SoulPancake marked this conversation as resolved.
> **BREAKING CHANGES**:
>
> **pkg/go/transformer:** TransformDSLToProto and TransformModularDSLToProto now return *OpenFgaDslSyntaxMultipleError instead of *multierror.Error.

### Changed

* **pkg/go/transformer:** replace go-multierror with stdlib ([#601](https://github.com/openfga/language/issues/601)) ([7fd286c](https://github.com/openfga/language/commit/7fd286c295788871e8333f42bb5e0ee2e27074e4))
Comment thread
SoulPancake marked this conversation as resolved.

### [Unreleased](https://github.com/openfga/language/compare/pkg/go/v0.2.1...HEAD)

## pkg/go/v0.2.1

Expand Down