chore: release v0.10.1

This commit is contained in:
Noah Brier
2025-09-14 16:57:00 -04:00
parent 5e43760fc4
commit e5f6bab8b9
2 changed files with 9 additions and 2 deletions
+8 -1
View File
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.10.1] - 2025-01-15
### Fixed
- Corrected GitHub Action configuration to use claude_args instead of allowed_tools
- Fixed workflow validation error for allowed tools parameter
## [0.10.0] - 2025-01-15
### Added
@@ -286,7 +292,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- API keys stored in environment variables
- .mcp.json gitignored for security
[Unreleased]: https://github.com/heyitsnoah/claudesidian/compare/v0.10.0...HEAD
[Unreleased]: https://github.com/heyitsnoah/claudesidian/compare/v0.10.1...HEAD
[0.10.1]: https://github.com/heyitsnoah/claudesidian/compare/v0.10.0...v0.10.1
[0.10.0]: https://github.com/heyitsnoah/claudesidian/compare/v0.9.2...v0.10.0
[0.9.2]: https://github.com/heyitsnoah/claudesidian/compare/v0.9.1...v0.9.2
[0.9.1]: https://github.com/heyitsnoah/claudesidian/compare/v0.9.0...v0.9.1
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "claudesidian",
"version": "0.10.0",
"version": "0.10.1",
"description": "Claude Code + Obsidian Starter Kit - AI-powered second brain",
"type": "module",
"scripts": {