diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0589e19..3a39fd8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.34.14" + ".": "0.35.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b3d919..f090578 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.35.0](https://github.com/0xPlayerOne/code-foundry/compare/v0.34.14...v0.35.0) (2026-08-04) + + +### Features + +* support Apache 2.0 license sync ([538e7e4](https://github.com/0xPlayerOne/code-foundry/commit/538e7e4e85f9ee8c0af3e319f0440fc78e14dae9)) + + +### Bug Fixes + +* validate license policy before sync ([5baffa8](https://github.com/0xPlayerOne/code-foundry/commit/5baffa80c59f907fbf27974b43dfa4e063842d71)) + ## [0.34.14](https://github.com/0xPlayerOne/code-foundry/compare/v0.34.13...v0.34.14) (2026-08-03) diff --git a/package.json b/package.json index fe66a06..e749b66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "code-foundry", - "version": "0.34.14", + "version": "0.35.0", "description": "A fast, language-aware repository factory for agent-ready workflows, testing, security, and release automation.", "type": "module", "license": "AGPL-3.0-or-later",