diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7d9b009..78e7f27 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8054262..4318e44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.11.0](https://github.com/Hacks4Snacks/tmforge/compare/v0.10.0...v0.11.0) (2026-09-04) + + +### Features + +* copilot plugin to complement tmforge ([#104](https://github.com/Hacks4Snacks/tmforge/issues/104)) ([d10eb54](https://github.com/Hacks4Snacks/tmforge/commit/d10eb54802f0ba87684c0169fc109198c1769e72)) +* Make auto-layout deterministic and trust-boundary aware ([#102](https://github.com/Hacks4Snacks/tmforge/issues/102)) ([0cb43fb](https://github.com/Hacks4Snacks/tmforge/commit/0cb43fb493ebfa3c4838cdf175fc7e86e6ceafba)) + ## [0.10.0](https://github.com/Hacks4Snacks/tmforge/compare/v0.9.0...v0.10.0) (2026-08-25) diff --git a/Directory.Build.props b/Directory.Build.props index 632279e..b5fa5d7 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -24,7 +24,7 @@ annotation on the line below is how its generic updater finds the value. See release-please-config.json and .github/workflows/release-please.yml. --> - 0.10.0 + 0.11.0 diff --git a/plugins/tmforge/plugin.json b/plugins/tmforge/plugin.json index e664a20..6b047d9 100644 --- a/plugins/tmforge/plugin.json +++ b/plugins/tmforge/plugin.json @@ -2,7 +2,7 @@ "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", "name": "tmforge", "description": "Evidence-backed STRIDE threat modeling with Strider, deterministic validation, and optional tmforge .tm7 authoring.", - "version": "0.10.0", + "version": "0.11.0", "author": { "name": "Mark Dalton Gray", "url": "https://github.com/Hacks4Snacks"