From 6c0a2c4e57d9292052bcf6fe14c3ef736af35209 Mon Sep 17 00:00:00 2001 From: baishen Date: Fri, 27 Jun 2025 15:28:21 +0800 Subject: [PATCH] chore: Bump jsonb 0.5.2 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81db65f..8a234ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [v0.5.2] - 2025-06-27 + +### Added + +- Feat: Enhanced JSONB Parser with Decimal Support and Extended Syntax (#86) +- Feat: Support extension types (#83) + ## [v0.5.1] - 2025-04-18 ### Added @@ -131,6 +138,8 @@ - Implement `JSONB` encodes and decodes. - Implemented a number of `JSONB` functions. +[v0.5.2]: https://github.com/databendlabs/jsonb/compare/v0.5.1...v0.5.2 +[v0.5.1]: https://github.com/databendlabs/jsonb/compare/v0.5.0...v0.5.1 [v0.5.0]: https://github.com/databendlabs/jsonb/compare/v0.4.4...v0.5.0 [v0.4.4]: https://github.com/databendlabs/jsonb/compare/v0.4.3...v0.4.4 [v0.4.3]: https://github.com/databendlabs/jsonb/compare/v0.4.2...v0.4.3 diff --git a/Cargo.toml b/Cargo.toml index e48e4a2..4a850d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ keywords = ["json", "jsonb", "jsonpath"] license = "Apache-2.0" name = "jsonb" repository = "https://github.com/databendlabs/jsonb" -version = "0.5.1" +version = "0.5.2" rust-version = "1.80" [dependencies]