diff --git a/Cargo.lock b/Cargo.lock index f9639f0..95faf23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -168,7 +168,7 @@ checksum = "a1d084b0137aaa901caf9f1e8b21daa6aa24d41cd806e111335541eff9683bd6" [[package]] name = "blend" -version = "0.2.12" +version = "0.2.13" dependencies = [ "anyhow", "clap", diff --git a/blend/CHANGELOG.md b/blend/CHANGELOG.md index ead44ab..da7ab6d 100644 --- a/blend/CHANGELOG.md +++ b/blend/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.13](https://github.com/frantic1048/Vanilla/compare/blend-v0.2.12...blend-v0.2.13) - 2026-08-05 + +### Fixed +- *(blend)* sync back nested keys with literal dots or brackets + +### Other +- add more info to README + ## [0.2.12](https://github.com/frantic1048/Vanilla/compare/blend-v0.2.11...blend-v0.2.12) - 2026-07-03 ### Added diff --git a/blend/Cargo.toml b/blend/Cargo.toml index 37982c2..2caa096 100644 --- a/blend/Cargo.toml +++ b/blend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blend" -version = "0.2.12" +version = "0.2.13" edition = "2024" authors = ["kafuuchino"] repository = "https://github.com/frantic1048/Vanilla"