bump: version 0.2.0 → 0.3.0

This commit is contained in:
github-actions[bot]
2025-12-19 20:55:59 +00:00
parent 3618aed39e
commit db430dd2c9
3 changed files with 23 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.commitizen] [tool.commitizen]
name = "cz_conventional_commits" name = "cz_conventional_commits"
version = "0.2.0" version = "0.3.0"
tag_format = "astrolabe-v$version" tag_format = "astrolabe-v$version"
version_scheme = "semver" version_scheme = "semver"
update_changelog_on_bump = true update_changelog_on_bump = true
+21
View File
@@ -25,6 +25,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Requires external MCP server deployment - Requires external MCP server deployment
- See documentation for setup: https://github.com/cbcoutinho/nextcloud-mcp-server - 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) ## astrolabe-v0.2.0 (2025-12-19)
### BREAKING CHANGE ### BREAKING CHANGE
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "astrolabe", "name": "astrolabe",
"version": "0.2.0", "version": "0.3.0",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"engines": { "engines": {
"node": "^22.0.0", "node": "^22.0.0",