From bf4d5658b7fee1091b1830a115ec627fb01d5d9d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 18:35:10 +0000 Subject: [PATCH] chore(main): release 0.16.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 047c623..bc7e4aa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.15.1" + ".": "0.16.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5226671..314680f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 93d140d..01f7105 100644 --- a/package.json +++ b/package.json @@ -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",