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.15.1"
".": "0.16.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ This changelog merges the histories of the four previously separate packages
(`@grapity/core`, `@grapity/registry`, `@grapity/hub`, `@grapity/cli`) into the
unified `@grapity/grapity` package.

## [0.16.0](https://github.com/grapitydev/grapity/compare/v0.15.1...v0.16.0) (2026-07-29)


### Features

* add anonymous public-spec variant to materialize check example ([f12f228](https://github.com/grapitydev/grapity/commit/f12f2286d34f31402149e30a7d74adbd6792efd7))


### Bug Fixes

* emit materialize check annotations on stderr to keep --json stdout parseable ([8bfd18f](https://github.com/grapitydev/grapity/commit/8bfd18fda6ae4310088b2eb57047a7a07a0caa7f))

## [0.15.1](https://github.com/grapitydev/grapity/compare/v0.15.0...v0.15.1) (2026-07-29)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grapity/grapity",
"version": "0.15.1",
"version": "0.16.0",
"type": "module",
"description": "Open-source API governance. Ship APIs that won't break your consumers.",
"license": "Apache-2.0",
Expand Down
Loading