From 4ae62d351d789a5d8c7cae72bc9a5ec10c04467d Mon Sep 17 00:00:00 2001 From: "release-plz-benniekiss[bot]" <276023089+release-plz-benniekiss[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 23:45:30 +0000 Subject: [PATCH] chore: release v0.2.1 --- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d967b94..d1405bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1](https://github.com/benniekiss/rsjson-lua/compare/v0.2.0...v0.2.1) - 2026-04-20 + +### Fixed + +- use size_hint when deserializing table +- don't silently swallow serialization errors + +### Other + +- *(docs)* update benchmark commands +- add benchmark deps to test_dependencies table +- release v0.1.6 ([#9](https://github.com/benniekiss/rsjson-lua/pull/9)) + ## [0.2.0](https://github.com/benniekiss/rsjson-lua/compare/v0.1.5...v0.2.0) - 2026-04-20 ### Added diff --git a/Cargo.lock b/Cargo.lock index 3139ec2..055ab90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -331,7 +331,7 @@ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" [[package]] name = "rsjson-lua" -version = "0.2.0" +version = "0.2.1" dependencies = [ "mlua", "serde", diff --git a/Cargo.toml b/Cargo.toml index ddc3a6a..88589c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ cargo-features = ["profile-rustflags"] [package] name = "rsjson-lua" -version = "0.2.0" +version = "0.2.1" edition = "2024" readme = "README.md" repository = "https://github.com/benniekiss/rsjson-lua"