diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b66467..f90f518 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ +## v0.3.1 — 2026-04-30 + +### Changes + +- refactor: enhance wiki write command with index and log options (2eaafc0) +- refactor: remove Git backend support and related code (4f07b6a) +- Refactor wiki CLI structure and documentation (1a85663) +- Update README with star history and visitor badge (799d069) + +**Full diff:** [v0.2.3...v0.3.1](https://github.com/doum1004/llmwiki-cli/compare/v0.2.3...v0.3.1) + +--- + + ## v0.3.0 — 2026-04-30 ### Breaking diff --git a/package.json b/package.json index 4a7b170..878dde5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "llmwiki-cli", - "version": "0.3.0", + "version": "0.3.1", "description": "CLI tool for LLM agents to build and maintain personal knowledge bases", "repository": { "type": "git",