code-foundry 0.20.2 → 0.20.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,5 +11,5 @@ permissions:
11
11
  jobs:
12
12
  release-pr:
13
13
  name: Release PR
14
- uses: 0xPlayerOne/code-foundry/.github/workflows/reusable-release-pr.yml@v0.20.0
14
+ uses: 0xPlayerOne/code-foundry/.github/workflows/reusable-release-pr.yml@v0.20.2
15
15
  secrets: inherit
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.20.3](https://github.com/0xPlayerOne/code-foundry/compare/v0.20.2...v0.20.3) (2026-07-28)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **release-pr:** pin no-op runtime ([af662ef](https://github.com/0xPlayerOne/code-foundry/commit/af662ef7206269f03438bc3983878024629f6056))
9
+
3
10
  ## [0.20.2](https://github.com/0xPlayerOne/code-foundry/compare/v0.20.1...v0.20.2) (2026-07-28)
4
11
 
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "code-foundry",
3
- "version": "0.20.2",
3
+ "version": "0.20.3",
4
4
  "description": "A fast, language-aware repository factory for agent-ready workflows, testing, security, and release automation.",
5
5
  "type": "module",
6
6
  "license": "AGPL-3.0-or-later",