chore: release v0.8.8

This commit is contained in:
Noah Brier
2025-09-13 22:09:32 -04:00
parent 1b5a73e0f6
commit 40ad0aae4f
2 changed files with 11 additions and 2 deletions
+10 -1
View File
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.8.8] - 2025-01-13
### Fixed
- Added critical warnings to upgrade command documentation
- Emphasized requirement to show diffs before applying changes
- Added correct vs wrong implementation examples
- Prevents loss of user customizations during upgrades
## [0.8.7] - 2025-01-13 ## [0.8.7] - 2025-01-13
### Fixed ### Fixed
@@ -234,7 +242,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.8.7...HEAD [Unreleased]: https://github.com/heyitsnoah/claudesidian/compare/v0.8.8...HEAD
[0.8.8]: https://github.com/heyitsnoah/claudesidian/compare/v0.8.7...v0.8.8
[0.8.7]: https://github.com/heyitsnoah/claudesidian/compare/v0.8.6...v0.8.7 [0.8.7]: https://github.com/heyitsnoah/claudesidian/compare/v0.8.6...v0.8.7
[0.8.6]: https://github.com/heyitsnoah/claudesidian/compare/v0.8.5...v0.8.6 [0.8.6]: https://github.com/heyitsnoah/claudesidian/compare/v0.8.5...v0.8.6
[0.8.5]: https://github.com/heyitsnoah/claudesidian/compare/v0.8.4...v0.8.5 [0.8.5]: https://github.com/heyitsnoah/claudesidian/compare/v0.8.4...v0.8.5
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "claudesidian", "name": "claudesidian",
"version": "0.8.7", "version": "0.8.8",
"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": {