From 9d94f97fb9e73a33cbe2a6c52e89d26095d9680b Mon Sep 17 00:00:00 2001 From: Naohiro CHIKAMATSU Date: Sun, 9 Aug 2026 16:15:31 +0900 Subject: [PATCH] docs(changelog): stamp v0.43.1 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e691b0b..669b8986 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.43.1] - 2026-08-09 ### Fixed @@ -1230,7 +1230,7 @@ For users upgrading from v0.3.x: - Multi-language documentation (7 languages) - Standard database/sql interface implementation -[Unreleased]: https://github.com/nao1215/filesql/compare/v0.43.0...HEAD +[Unreleased]: https://github.com/nao1215/filesql/compare/v0.43.1...HEAD [0.30.1]: https://github.com/nao1215/filesql/compare/v0.30.0...v0.30.1 [0.30.0]: https://github.com/nao1215/filesql/compare/v0.29.0...v0.30.0 [0.29.0]: https://github.com/nao1215/filesql/compare/v0.28.0...v0.29.0