chore: update go-mmkv dependency to v0.1.4 and document MMKV parsing fix in changelog

This commit is contained in:
鲁树人
2025-11-26 22:26:05 +09:00
parent a2190e0ff5
commit 107aa2c3a8
3 changed files with 8 additions and 1 deletions

View File

@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [v0.2.19] - 2025-11-26
### Fixed
- MMKV parsing: Handle cases where MMKV value is empty.
## [v0.2.18] - 2025-11-16
### Changed