diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1c1e58..466df71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fe07b8..33e81c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,37 @@ # Changelog +## [0.1.0](https://github.com/Hacks4Snacks/tmforge/compare/v0.5.0...v0.1.0) (2026-07-09) + + +### Features + +* agent-friendly threat-model authoring end to end ([#19](https://github.com/Hacks4Snacks/tmforge/issues/19)) ([17e00a3](https://github.com/Hacks4Snacks/tmforge/commit/17e00a3600b27c24ec22727fd7886174bc4be618)) +* boundary aware object sizing ([#29](https://github.com/Hacks4Snacks/tmforge/issues/29)) ([0404939](https://github.com/Hacks4Snacks/tmforge/commit/0404939b5ff56c2e1c663807576b83e431fd32e2)) +* consumer-pluggable custom analysis rules via a declarative JSON DSL ([#23](https://github.com/Hacks4Snacks/tmforge/issues/23)) ([7e0b3b1](https://github.com/Hacks4Snacks/tmforge/commit/7e0b3b1909ff78eaf2636050c86811b7d88a8049)) +* Extend testing for studio ([#20](https://github.com/Hacks4Snacks/tmforge/issues/20)) ([b439a90](https://github.com/Hacks4Snacks/tmforge/commit/b439a90ddbcbe579bf115e8fc55e40e171d8335a)) +* make release idempotent ([#7](https://github.com/Hacks4Snacks/tmforge/issues/7)) ([047eb9e](https://github.com/Hacks4Snacks/tmforge/commit/047eb9ed6fbdcdc31e15b6d3594e258d3974212d)) +* manual threat authoring and editing ([#28](https://github.com/Hacks4Snacks/tmforge/issues/28)) ([4be2067](https://github.com/Hacks4Snacks/tmforge/commit/4be206707c40c5dad876ff68b69b277d91594070)) +* MCP server / AI-agent surface ([#25](https://github.com/Hacks4Snacks/tmforge/issues/25)) ([e3e4a1a](https://github.com/Hacks4Snacks/tmforge/commit/e3e4a1a0b193e935fe61036c79c45542ab138321)) +* Multi-page threat model support ([#8](https://github.com/Hacks4Snacks/tmforge/issues/8)) ([0bfa42b](https://github.com/Hacks4Snacks/tmforge/commit/0bfa42b08167d93dda68ab93fae30d811ca91721)) +* Semantic diff and three-way merge for .tm7 deconfliction ([#17](https://github.com/Hacks4Snacks/tmforge/issues/17)) ([cf608a0](https://github.com/Hacks4Snacks/tmforge/commit/cf608a0cb808b7402b8cecc1073fe5562649c423)) +* studio report + canvas ergonomics and a first-party analyze action ([#22](https://github.com/Hacks4Snacks/tmforge/issues/22)) ([e200d49](https://github.com/Hacks4Snacks/tmforge/commit/e200d496b8ab66f706d573b4abbcf1f60372519b)) +* Threat Generation Support ([#21](https://github.com/Hacks4Snacks/tmforge/issues/21)) ([b21d855](https://github.com/Hacks4Snacks/tmforge/commit/b21d855e13ea0c83485b503bf331fb3a694436ca)) +* update docs ([#10](https://github.com/Hacks4Snacks/tmforge/issues/10)) ([7f71c77](https://github.com/Hacks4Snacks/tmforge/commit/7f71c77ad262674d0e3363dc0debad1d48f19367)) +* WASM Support for Offline ([#5](https://github.com/Hacks4Snacks/tmforge/issues/5)) ([b908b73](https://github.com/Hacks4Snacks/tmforge/commit/b908b73a34d1753206dbe35ff3717ac689cd78ff)) + + +### Bug Fixes + +* add mising package ([#26](https://github.com/Hacks4Snacks/tmforge/issues/26)) ([b404bbd](https://github.com/Hacks4Snacks/tmforge/commit/b404bbda0b65df7ffd9903b2486dd169f8ea2d54)) +* correct Studio -> MTMT .tm7 export and expand automated test coverage ([#30](https://github.com/Hacks4Snacks/tmforge/issues/30)) ([896e6ab](https://github.com/Hacks4Snacks/tmforge/commit/896e6ab525239c61fc59e5d8d29c63d9c6f71527)) +* ensure assets are published with immutable release ([#13](https://github.com/Hacks4Snacks/tmforge/issues/13)) ([a62ab2e](https://github.com/Hacks4Snacks/tmforge/commit/a62ab2ea4845915e04b07f76b99270498a8b51cf)) +* remove deprecated macos-13 reference ([#11](https://github.com/Hacks4Snacks/tmforge/issues/11)) ([673081b](https://github.com/Hacks4Snacks/tmforge/commit/673081be3bff71469589c9c3d91c558dcd937f5b)) + + +### Miscellaneous Chores + +* release 0.1.0 ([2b37761](https://github.com/Hacks4Snacks/tmforge/commit/2b37761d46b3077b03f83744619bdc5e8416c06b)) + ## [0.5.0](https://github.com/Hacks4Snacks/tmforge/compare/v0.4.0...v0.5.0) (2026-07-09) diff --git a/Directory.Build.props b/Directory.Build.props index dba00f3..cd1b972 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.5.0 + 0.1.0