From 20dc2d9e44262e6f1fa7937372f04ca585e4be79 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 30 Apr 2026 21:22:42 +0000 Subject: [PATCH] chore: release v0.3.1 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) 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",