chore: release v0.3.1

This commit is contained in:
github-actions[bot]
2026-04-30 21:22:42 +00:00
parent 2eaafc00db
commit 20dc2d9e44
2 changed files with 15 additions and 1 deletions

View File

@@ -2,6 +2,20 @@
<!-- New entries are prepended automatically by the publish workflow -->
## 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

View File

@@ -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",