Skip to content

Commit 34273ec

Browse files
bump: version 0.4.4 → 0.5.0
1 parent fd7f339 commit 34273ec

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

third_party/astrolabe/.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.commitizen]
22
name = "cz_conventional_commits"
3-
version = "0.4.4"
3+
version = "0.5.0"
44
tag_format = "astrolabe-v$version"
55
version_scheme = "semver"
66
update_changelog_on_bump = true

third_party/astrolabe/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
- Requires external MCP server deployment
2626
- See documentation for setup: https://github.com/cbcoutinho/nextcloud-mcp-server
2727

28+
## astrolabe-v0.5.0 (2025-12-20)
29+
30+
### Feat
31+
32+
- **auth**: add multi-user BasicAuth pass-through mode
33+
- **astrolabe**: add dynamic MCP server configuration for testing
34+
35+
### Fix
36+
37+
- **config**: address reviewer feedback
38+
39+
### Refactor
40+
41+
- **config**: centralize configuration validation and simplify startup
42+
2843
## astrolabe-v0.4.4 (2025-12-20)
2944

3045
### Fix

third_party/astrolabe/appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Astrolabe connects to a semantic search service that understands the meaning of
2929
3030
See [documentation](https://github.com/cbcoutinho/nextcloud-mcp-server) for configuration details.
3131
]]></description>
32-
<version>0.4.4</version>
32+
<version>0.5.0</version>
3333
<licence>agpl</licence>
3434
<author homepage="https://github.com/cbcoutinho">Chris Coutinho</author>
3535
<namespace>Astrolabe</namespace>

third_party/astrolabe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astrolabe",
3-
"version": "0.4.4",
3+
"version": "0.5.0",
44
"license": "AGPL-3.0-or-later",
55
"engines": {
66
"node": "^22.0.0",

0 commit comments

Comments
 (0)