code-foundry 0.21.0 → 0.21.1

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.
@@ -13,8 +13,8 @@ permissions:
13
13
  jobs:
14
14
  ci:
15
15
  name: CI
16
- uses: 0xPlayerOne/code-foundry/.github/workflows/reusable-ci.yml@v0.20.0
16
+ uses: 0xPlayerOne/code-foundry/.github/workflows/reusable-ci.yml@v0.20.2
17
17
  with:
18
18
  runtime-repository: 0xPlayerOne/code-foundry
19
- runtime-ref: v0.20.0
19
+ runtime-ref: v0.20.2
20
20
  secrets: inherit
@@ -18,8 +18,8 @@ permissions:
18
18
  jobs:
19
19
  codeql:
20
20
  name: CodeQL
21
- uses: 0xPlayerOne/code-foundry/.github/workflows/reusable-codeql.yml@v0.20.0
21
+ uses: 0xPlayerOne/code-foundry/.github/workflows/reusable-codeql.yml@v0.20.2
22
22
  with:
23
23
  runtime-repository: 0xPlayerOne/code-foundry
24
- runtime-ref: v0.20.0
24
+ runtime-ref: v0.20.2
25
25
  secrets: inherit
@@ -18,5 +18,5 @@ permissions:
18
18
  jobs:
19
19
  draft-pr:
20
20
  name: Draft PR
21
- uses: 0xPlayerOne/code-foundry/.github/workflows/reusable-draft-pr.yml@v0.20.0
21
+ uses: 0xPlayerOne/code-foundry/.github/workflows/reusable-draft-pr.yml@v0.20.2
22
22
  secrets: inherit
@@ -14,5 +14,5 @@ permissions:
14
14
  jobs:
15
15
  release:
16
16
  name: Release
17
- uses: 0xPlayerOne/code-foundry/.github/workflows/reusable-release.yml@v0.20.0
17
+ uses: 0xPlayerOne/code-foundry/.github/workflows/reusable-release.yml@v0.20.2
18
18
  secrets: inherit
@@ -13,8 +13,8 @@ permissions:
13
13
  jobs:
14
14
  security:
15
15
  name: Security
16
- uses: 0xPlayerOne/code-foundry/.github/workflows/reusable-security.yml@v0.20.0
16
+ uses: 0xPlayerOne/code-foundry/.github/workflows/reusable-security.yml@v0.20.2
17
17
  with:
18
18
  runtime-repository: 0xPlayerOne/code-foundry
19
- runtime-ref: v0.20.0
19
+ runtime-ref: v0.20.2
20
20
  secrets: inherit
@@ -13,8 +13,8 @@ permissions:
13
13
  jobs:
14
14
  test:
15
15
  name: Test
16
- uses: 0xPlayerOne/code-foundry/.github/workflows/reusable-test.yml@v0.20.0
16
+ uses: 0xPlayerOne/code-foundry/.github/workflows/reusable-test.yml@v0.20.2
17
17
  with:
18
18
  runtime-repository: 0xPlayerOne/code-foundry
19
- runtime-ref: v0.20.0
19
+ runtime-ref: v0.20.2
20
20
  secrets: inherit
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.21.1](https://github.com/0xPlayerOne/code-foundry/compare/v0.21.0...v0.21.1) (2026-07-28)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **template:** align reusable runtime pins ([c3195e8](https://github.com/0xPlayerOne/code-foundry/commit/c3195e8a3320821c5f891ef942cf5df59ecd09bb))
9
+
3
10
  ## [0.21.0](https://github.com/0xPlayerOne/code-foundry/compare/v0.20.3...v0.21.0) (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.21.0",
3
+ "version": "0.21.1",
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",