diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index e43d1e1..89a7e92 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "autonoma-test-planner", "description": "Generates comprehensive E2E test cases for a codebase through a validated multi-step pipeline with deterministic validation at each step", - "version": "1.13.1", + "version": "1.15.0", "author": { "name": "Autonoma" } diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2ef9a1c..a25d1bc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.14.0" + ".": "1.15.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a5ea8dc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,29 @@ +# Changelog + +## [1.15.0](https://github.com/Autonoma-AI/test-planner-plugin/compare/v1.14.0...v1.15.0) (2026-04-23) + + +### Features + +* add development doc ([03729b9](https://github.com/Autonoma-AI/test-planner-plugin/commit/03729b99ba442cb8c10433f401ac6801529e089a)) +* add plugin for dev plugin ([8d5b0fa](https://github.com/Autonoma-AI/test-planner-plugin/commit/8d5b0faa1d459cfef745e863200b292d9959f60d)) +* add release please for release strategy ([6b229ef](https://github.com/Autonoma-AI/test-planner-plugin/commit/6b229ef3f32dbad77fc9b9f7cc6eabc924a46d19)) +* best effor run setup ([701e276](https://github.com/Autonoma-AI/test-planner-plugin/commit/701e27664891639d005a6df012442dd5363a318a)) +* gitflow release approach + release please ([b0d61eb](https://github.com/Autonoma-AI/test-planner-plugin/commit/b0d61eba71df4ed0ab5a78f3dfd14105d5dad48c)) +* setup application name using repo name ([e7452cc](https://github.com/Autonoma-AI/test-planner-plugin/commit/e7452cc0bb4d42a4c86c01f264328585f383bbb2)) +* test api updates ([83d477b](https://github.com/Autonoma-AI/test-planner-plugin/commit/83d477b42690dc277c6c36e0d8e07854cf2a46bd)) +* update artifacts using autonoma api ([77f1402](https://github.com/Autonoma-AI/test-planner-plugin/commit/77f14029f05762a1cdcee1e7ce02b38996984cd7)) +* update development doc to test plugin branching ([cdbe158](https://github.com/Autonoma-AI/test-planner-plugin/commit/cdbe15844f69b543a1e2fbc751e893df0604a647)) +* use production branch for install plugin by default ([115098f](https://github.com/Autonoma-AI/test-planner-plugin/commit/115098f68a66b20af1c054ce996b4aee79efacc7)) + + +### Bug Fixes + +* duplicate plugin for development pointing to source instead to p… ([087dec3](https://github.com/Autonoma-AI/test-planner-plugin/commit/087dec375d78383b22f85db7114bc7499f1f9c7d)) +* duplicate plugin for development pointing to source instead to production ([7d83124](https://github.com/Autonoma-AI/test-planner-plugin/commit/7d83124c4ace8fe9844a8e9311a76e71ae289680)) +* marketplace json source schema ([71738b1](https://github.com/Autonoma-AI/test-planner-plugin/commit/71738b101d08a71c15b04cc41b21d361fb804d28)) +* marketplace json source schema ([73ef1a7](https://github.com/Autonoma-AI/test-planner-plugin/commit/73ef1a7c2175a63bcb78644f4dd7efa63cd1862a)) +* plugin dev ([1a09dfc](https://github.com/Autonoma-AI/test-planner-plugin/commit/1a09dfcfa1f539ed82978ca1092e760dcf176ad6)) +* plugin dev ([c38c7fe](https://github.com/Autonoma-AI/test-planner-plugin/commit/c38c7feb2830c06e509c5e366205ecb88218ba9a)) +* rollback ([33cf18e](https://github.com/Autonoma-AI/test-planner-plugin/commit/33cf18ec45741ec9837f581b7dcd543e2c075202)) +* wip ([162816b](https://github.com/Autonoma-AI/test-planner-plugin/commit/162816b85194d657ec8c43aae0191f058502202d))