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 +1 @@
{".": "1.1.1"}
{".":"1.1.2"}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes follow Semantic Versioning and Keep a Changelog conventions.

## [1.1.2](https://github.com/Coding-Autopilot-System/cas-contracts/compare/v1.1.1...v1.1.2) (2026-07-13)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Do not publish the breaking ID change as a patch

Because this release includes the schema $id rewrite listed below, shipping it as 1.1.2 is not semver-safe: the same changelog still explicitly marks that $id migration as BREAKING for consumers such as offline validators that hardcode the old ID, and docs/VERSIONING.md reserves consumer-breaking public API changes for a major release. If this tag is cut, semver-following consumers can auto-upgrade within 1.1 and lose schema resolution; cut a major release or exclude/revert the breaking change from this patch.

Useful? React with 👍 / 👎.



### Bug Fixes

* **ci:** repin release-please reusable workflow to reachable SHA ([#23](https://github.com/Coding-Autopilot-System/cas-contracts/issues/23)) ([3029fbe](https://github.com/Coding-Autopilot-System/cas-contracts/commit/3029fbeb2f192a5e0fc552da22162519af10ca8d))
* **ci:** wire release-please PAT into reusable workflow caller ([#27](https://github.com/Coding-Autopilot-System/cas-contracts/issues/27)) ([d15cc54](https://github.com/Coding-Autopilot-System/cas-contracts/commit/d15cc54a790a3c0c1ad46353fc246110fbd7531f))
* **registry:** rewrite schema $id to the resolvable Pages registry URL ([#18](https://github.com/Coding-Autopilot-System/cas-contracts/issues/18)) ([b385f15](https://github.com/Coding-Autopilot-System/cas-contracts/commit/b385f1593820ae5a938ae7c1825758aa6eea21b2))

## [Unreleased]

### Changed
Expand Down