From 07b2a669d5a829c8d662a0f7c68e3fff2c36dc05 Mon Sep 17 00:00:00 2001 From: Noah Brier Date: Sat, 13 Sep 2025 20:39:23 -0400 Subject: [PATCH] chore: release v0.8.0 --- CHANGELOG.md | 16 +++++++++++++++- package.json | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4cab09..6e84f4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.0] - 2025-01-13 + +### Added +- Automatic update check on session start +- SessionStart hook that fetches latest version from GitHub and compares to local +- Update notifications when newer versions are available +- check-updates npm script for version comparison +- Works even after disconnecting from original repository + +### Changed +- Enhanced release command documentation with clearer semantic versioning guidelines +- Better guidance on when to use feat: vs fix: vs refactor: in commits + ## [0.7.0] - 2025-01-13 ### Added @@ -164,7 +177,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.7.0...HEAD +[Unreleased]: https://github.com/heyitsnoah/claudesidian/compare/v0.8.0...HEAD +[0.8.0]: https://github.com/heyitsnoah/claudesidian/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/heyitsnoah/claudesidian/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/heyitsnoah/claudesidian/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/heyitsnoah/claudesidian/compare/v0.4.0...v0.5.0 diff --git a/package.json b/package.json index cba7d94..3c936a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claudesidian", - "version": "0.7.0", + "version": "0.8.0", "description": "Claude Code + Obsidian Starter Kit - AI-powered second brain", "type": "module", "scripts": {