diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 223024d5..cfb47ab3 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -2,7 +2,7 @@ "name": "hve-core", "metadata": { "description": "HVE Core", - "version": "2.3.0", + "version": "2.3.1", "pluginRoot": "./plugins" }, "owner": { @@ -13,61 +13,61 @@ "name": "ado", "source": "./plugins/ado", "description": "Azure DevOps work item management, build monitoring, and pull request creation", - "version": "2.3.0" + "version": "2.3.1" }, { "name": "coding-standards", "source": "./plugins/coding-standards", "description": "Language-specific coding instructions for bash, Bicep, C#, Python, and Terraform projects", - "version": "2.3.0" + "version": "2.3.1" }, { "name": "data-science", "source": "./plugins/data-science", "description": "Data specification generation, Jupyter notebooks, and Streamlit dashboards", - "version": "2.3.0" + "version": "2.3.1" }, { "name": "git", "source": "./plugins/git", "description": "Git commit messages, merges, setup, and pull request prompts", - "version": "2.3.0" + "version": "2.3.1" }, { "name": "github", "source": "./plugins/github", "description": "GitHub issue discovery, triage, sprint planning, and backlog execution agents and prompts", - "version": "2.3.0" + "version": "2.3.1" }, { "name": "hve-core-all", "source": "./plugins/hve-core-all", "description": "Full bundle of all stable HVE Core agents, prompts, instructions, and skills", - "version": "2.3.0" + "version": "2.3.1" }, { "name": "project-planning", "source": "./plugins/project-planning", "description": "PRDs, BRDs, ADRs, architecture diagrams, and documentation operations", - "version": "2.3.0" + "version": "2.3.1" }, { "name": "prompt-engineering", "source": "./plugins/prompt-engineering", "description": "Tools for analyzing, building, and refactoring prompts, agents, and instructions", - "version": "2.3.0" + "version": "2.3.1" }, { "name": "rpi", "source": "./plugins/rpi", "description": "Research, Plan, Implement, Review workflow agents and prompts for task-driven development", - "version": "2.3.0" + "version": "2.3.1" }, { "name": "security-planning", "source": "./plugins/security-planning", "description": "Security plan creation, incident response, and risk assessment", - "version": "2.3.0" + "version": "2.3.1" } ] } \ No newline at end of file diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9965a341..aca3a494 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.0" + ".": "2.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e2983a91..b841a511 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 > **Note:** This file is automatically maintained by [release-please](https://github.com/googleapis/release-please). Do not edit manually. +## [2.3.1](https://github.com/microsoft/hve-core/compare/hve-core-v2.3.0...hve-core-v2.3.1) (2026-02-13) + + +### 🐛 Bug Fixes + +* **build:** remove draft flag that prevents release tag creation ([#533](https://github.com/microsoft/hve-core/issues/533)) ([c8de0aa](https://github.com/microsoft/hve-core/commit/c8de0aa65a313dd10001cdfdf1308115d5bd7cfc)) +* **workflows:** correct JSON output formatting in plugin discovery step ([#531](https://github.com/microsoft/hve-core/issues/531)) ([910fb8b](https://github.com/microsoft/hve-core/commit/910fb8b55cff89dd14eec07b99c3ffeff76f071c)) + ## [2.3.0](https://github.com/microsoft/hve-core/compare/hve-core-v2.2.0...hve-core-v2.3.0) (2026-02-13) diff --git a/extension/templates/package.template.json b/extension/templates/package.template.json index f91a76d1..098b2d3f 100644 --- a/extension/templates/package.template.json +++ b/extension/templates/package.template.json @@ -5,7 +5,7 @@ "workspace", "ui" ], - "version": "2.3.0", + "version": "2.3.1", "description": "AI-powered chat agents, prompts, and instructions for hybrid virtual environments", "publisher": "ise-hve-essentials", "repository": { diff --git a/package-lock.json b/package-lock.json index 85826aef..22e47d2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hve-core", - "version": "2.3.0", + "version": "2.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hve-core", - "version": "2.3.0", + "version": "2.3.1", "license": "MIT", "devDependencies": { "cspell": "9.6.4", diff --git a/package.json b/package.json index 3bff76d7..19faf04d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hve-core", - "version": "2.3.0", + "version": "2.3.1", "description": "HVE Core", "private": true, "scripts": { diff --git a/plugins/ado/.github/plugin/plugin.json b/plugins/ado/.github/plugin/plugin.json index e452d0b7..d2ca4c22 100644 --- a/plugins/ado/.github/plugin/plugin.json +++ b/plugins/ado/.github/plugin/plugin.json @@ -1,5 +1,5 @@ { "name": "ado", "description": "Azure DevOps work item management, build monitoring, and pull request creation", - "version": "2.3.0" + "version": "2.3.1" } \ No newline at end of file diff --git a/plugins/coding-standards/.github/plugin/plugin.json b/plugins/coding-standards/.github/plugin/plugin.json index baa3ec6f..f11d4913 100644 --- a/plugins/coding-standards/.github/plugin/plugin.json +++ b/plugins/coding-standards/.github/plugin/plugin.json @@ -1,5 +1,5 @@ { "name": "coding-standards", "description": "Language-specific coding instructions for bash, Bicep, C#, Python, and Terraform projects", - "version": "2.3.0" + "version": "2.3.1" } \ No newline at end of file diff --git a/plugins/data-science/.github/plugin/plugin.json b/plugins/data-science/.github/plugin/plugin.json index 24e94e06..271bbaa4 100644 --- a/plugins/data-science/.github/plugin/plugin.json +++ b/plugins/data-science/.github/plugin/plugin.json @@ -1,5 +1,5 @@ { "name": "data-science", "description": "Data specification generation, Jupyter notebooks, and Streamlit dashboards", - "version": "2.3.0" + "version": "2.3.1" } \ No newline at end of file diff --git a/plugins/git/.github/plugin/plugin.json b/plugins/git/.github/plugin/plugin.json index a79e3660..1717bc8c 100644 --- a/plugins/git/.github/plugin/plugin.json +++ b/plugins/git/.github/plugin/plugin.json @@ -1,5 +1,5 @@ { "name": "git", "description": "Git commit messages, merges, setup, and pull request prompts", - "version": "2.3.0" + "version": "2.3.1" } \ No newline at end of file diff --git a/plugins/github/.github/plugin/plugin.json b/plugins/github/.github/plugin/plugin.json index 0cea30b9..c1a98a07 100644 --- a/plugins/github/.github/plugin/plugin.json +++ b/plugins/github/.github/plugin/plugin.json @@ -1,5 +1,5 @@ { "name": "github", "description": "GitHub issue discovery, triage, sprint planning, and backlog execution agents and prompts", - "version": "2.3.0" + "version": "2.3.1" } \ No newline at end of file diff --git a/plugins/hve-core-all/.github/plugin/plugin.json b/plugins/hve-core-all/.github/plugin/plugin.json index 9cec2a09..d447bbb6 100644 --- a/plugins/hve-core-all/.github/plugin/plugin.json +++ b/plugins/hve-core-all/.github/plugin/plugin.json @@ -1,5 +1,5 @@ { "name": "hve-core-all", "description": "Full bundle of all stable HVE Core agents, prompts, instructions, and skills", - "version": "2.3.0" + "version": "2.3.1" } \ No newline at end of file diff --git a/plugins/project-planning/.github/plugin/plugin.json b/plugins/project-planning/.github/plugin/plugin.json index 3ca477fc..10ae5272 100644 --- a/plugins/project-planning/.github/plugin/plugin.json +++ b/plugins/project-planning/.github/plugin/plugin.json @@ -1,5 +1,5 @@ { "name": "project-planning", "description": "PRDs, BRDs, ADRs, architecture diagrams, and documentation operations", - "version": "2.3.0" + "version": "2.3.1" } \ No newline at end of file diff --git a/plugins/prompt-engineering/.github/plugin/plugin.json b/plugins/prompt-engineering/.github/plugin/plugin.json index 049f5594..2456b063 100644 --- a/plugins/prompt-engineering/.github/plugin/plugin.json +++ b/plugins/prompt-engineering/.github/plugin/plugin.json @@ -1,5 +1,5 @@ { "name": "prompt-engineering", "description": "Tools for analyzing, building, and refactoring prompts, agents, and instructions", - "version": "2.3.0" + "version": "2.3.1" } \ No newline at end of file diff --git a/plugins/rpi/.github/plugin/plugin.json b/plugins/rpi/.github/plugin/plugin.json index ffc893f6..a52b7e1b 100644 --- a/plugins/rpi/.github/plugin/plugin.json +++ b/plugins/rpi/.github/plugin/plugin.json @@ -1,5 +1,5 @@ { "name": "rpi", "description": "Research, Plan, Implement, Review workflow agents and prompts for task-driven development", - "version": "2.3.0" + "version": "2.3.1" } \ No newline at end of file diff --git a/plugins/security-planning/.github/plugin/plugin.json b/plugins/security-planning/.github/plugin/plugin.json index 0af2106c..7843f786 100644 --- a/plugins/security-planning/.github/plugin/plugin.json +++ b/plugins/security-planning/.github/plugin/plugin.json @@ -1,5 +1,5 @@ { "name": "security-planning", "description": "Security plan creation, incident response, and risk assessment", - "version": "2.3.0" + "version": "2.3.1" } \ No newline at end of file