File tree Expand file tree Collapse file tree 4 files changed +18
-3
lines changed
Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 11[tool .commitizen ]
22name = " cz_conventional_commits"
3- version = " 0.4.4 "
3+ version = " 0.5.0 "
44tag_format = " astrolabe-v$version"
55version_scheme = " semver"
66update_changelog_on_bump = true
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Astrolabe connects to a semantic search service that understands the meaning of
2929
3030See [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 >
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments