chore: release v0.5.0

This commit is contained in:
Noah Brier
2025-09-13 19:48:07 -04:00
parent ff5a168ff9
commit 079e72c6da
2 changed files with 15 additions and 2 deletions
+14 -1
View File
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.5.0] - 2025-01-13
### Added
- First-run welcome message using SessionStart hook
- FIRST_RUN marker file to detect fresh installations
- Markdown-formatted welcome prompt with setup instructions
- Automatic detection and guidance for new users
### Changed
- init-bootstrap now removes FIRST_RUN marker after setup completion
- Hook configuration uses inline commands (no external scripts needed)
## [0.4.0] - 2025-01-13 ## [0.4.0] - 2025-01-13
### Added ### Added
@@ -110,7 +122,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- API keys stored in environment variables - API keys stored in environment variables
- .mcp.json gitignored for security - .mcp.json gitignored for security
[Unreleased]: https://github.com/heyitsnoah/claudesidian/compare/v0.4.0...HEAD [Unreleased]: https://github.com/heyitsnoah/claudesidian/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/heyitsnoah/claudesidian/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/heyitsnoah/claudesidian/compare/v0.3.1...v0.4.0 [0.4.0]: https://github.com/heyitsnoah/claudesidian/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/heyitsnoah/claudesidian/compare/v0.3.0...v0.3.1 [0.3.1]: https://github.com/heyitsnoah/claudesidian/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/heyitsnoah/claudesidian/compare/v0.2.3...v0.3.0 [0.3.0]: https://github.com/heyitsnoah/claudesidian/compare/v0.2.3...v0.3.0
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "claudesidian", "name": "claudesidian",
"version": "0.4.0", "version": "0.5.0",
"description": "Claude Code + Obsidian Starter Kit - AI-powered second brain", "description": "Claude Code + Obsidian Starter Kit - AI-powered second brain",
"type": "module", "type": "module",
"scripts": { "scripts": {