From 08201ded538b8cf32e01cb23b355776ddd2ef2f1 Mon Sep 17 00:00:00 2001 From: Akihiro Okuno Date: Mon, 7 Jul 2025 11:32:34 +0900 Subject: [PATCH] chore: release v0.4.0 --- CHANGELOG.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2692a29..524b4ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,15 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.0] - 2025-07-07 + ### Added - File-based storage backend option for persistent comment storage -- Test framework using mini.test +- Comprehensive test coverage using mini.test framework - GitHub Actions CI job for running tests +### Fixed +- Formatter bug where comments were lost when parsing multiple files in markdown + ### Removed -- JSON output format support - all outputs are now in Markdown format only -- `output.format` configuration option -- `ui.preview.format` configuration option +- **BREAKING CHANGE**: JSON output format support removed - all outputs are now in Markdown format only ## [0.3.0] - 2025-07-04