diff --git a/third_party/astrolabe/.cz.toml b/third_party/astrolabe/.cz.toml index b1cc6a3..88d7329 100644 --- a/third_party/astrolabe/.cz.toml +++ b/third_party/astrolabe/.cz.toml @@ -1,6 +1,6 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "0.2.0" +version = "0.3.0" tag_format = "astrolabe-v$version" version_scheme = "semver" update_changelog_on_bump = true diff --git a/third_party/astrolabe/CHANGELOG.md b/third_party/astrolabe/CHANGELOG.md index 3a95a58..646b1f9 100644 --- a/third_party/astrolabe/CHANGELOG.md +++ b/third_party/astrolabe/CHANGELOG.md @@ -25,6 +25,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Requires external MCP server deployment - See documentation for setup: https://github.com/cbcoutinho/nextcloud-mcp-server +## astrolabe-v0.3.0 (2025-12-19) + +### Fix + +- **astrolabe**: prevent workflow failure when only helm/astrolabe commits exist +- **astrolabe**: info.xml + +## astrolabe-v0.2.1 (2025-12-19) + +### BREAKING CHANGE + +- MCP server now bumps for ANY conventional commit except +those explicitly scoped to helm or astrolabe. + +### Fix + +- **ci**: push all tags explicitly in bump workflow +- **ci**: make MCP server default bump target for all non-scoped commits +- **ci**: restrict docker build to MCP server tags only +- **ci**: correct appstore-push-action version to v1.0.4 + ## astrolabe-v0.2.0 (2025-12-19) ### BREAKING CHANGE diff --git a/third_party/astrolabe/package.json b/third_party/astrolabe/package.json index c97c475..9861903 100644 --- a/third_party/astrolabe/package.json +++ b/third_party/astrolabe/package.json @@ -1,6 +1,6 @@ { "name": "astrolabe", - "version": "0.2.0", + "version": "0.3.0", "license": "AGPL-3.0-or-later", "engines": { "node": "^22.0.0",