Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "0.1.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
# Changelog

## 0.1.0 (2026-09-11)


### Features

* make the template CodeMode-native ([#11](https://github.com/meigma/template-mcp-codemode/issues/11)) ([70663aa](https://github.com/meigma/template-mcp-codemode/commit/70663aac8149b706a5fd4a7aa8a85c3710a6deff))


### Bug Fixes

* **ci:** align release bootstrap with the current GitHub App ([#12](https://github.com/meigma/template-mcp-codemode/issues/12)) ([d25ff7e](https://github.com/meigma/template-mcp-codemode/commit/d25ff7e54b9183967f066f19d917338c5988d375))

## Changelog
2 changes: 1 addition & 1 deletion apko.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ annotations:
org.opencontainers.image.title: template-mcp-codemode
org.opencontainers.image.description: Meigma CodeMode MCP server template
org.opencontainers.image.source: https://github.com/meigma/template-mcp-codemode
org.opencontainers.image.version: "0.0.0" # x-release-please-version
org.opencontainers.image.version: "0.1.0" # x-release-please-version
2 changes: 1 addition & 1 deletion melange.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# workflow and the `image-local` mise task), so no date math runs inside the sandbox.
package:
name: template-mcp-codemode
version: "0.0.0" # x-release-please-version
version: "0.1.0" # x-release-please-version
epoch: 0
description: Meigma CodeMode MCP server template

Expand Down