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,3 +1,3 @@
{
".": "0.7.15"
".": "0.7.16"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/).

## [0.7.16](https://github.com/openfga/cli/compare/v0.7.15...v0.7.16) (2026-06-17)

### Added

* Add a size field to `fga model get` and `size_kb` to `fga model validate` output, reporting the protobuf-serialized size of an authorization model in KB. ([#712](https://github.com/openfga/cli/pull/712))

### Changed

* replace go-multierror with stdlib, remove dep ([#705](https://github.com/openfga/cli/issues/705)) ([2e9afa2](https://github.com/openfga/cli/commit/2e9afa2397b61561ca0652be5d21a1b2197f1912))
* Update bundled OpenFGA to [v1.18.0](https://github.com/openfga/openfga/releases/tag/v1.18.0)


## [0.7.15](https://github.com/openfga/cli/compare/v0.7.13...v0.7.15) (2026-05-20)


Expand Down
Loading