Skip to content

Commit 356d2bc

Browse files
authored
chore: Bump jsonb 0.5.5 (#97)
1 parent b685502 commit 356d2bc

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [v0.5.5] - 2025-11-17
2+
3+
### Added
4+
5+
- Feat: Support function `extract_scalar_key_values` (#95)
6+
- Feat: Make JsonbItemType public so users can compare (#94)
7+
8+
### Fixed
9+
10+
- Fix: fix `serde_json` infinite Number convert to Jsonb Value unwrap panic (#96)
11+
112
## [v0.5.4] - 2025-08-20
213

314
### Added
@@ -151,6 +162,7 @@
151162
- Implement `JSONB` encodes and decodes.
152163
- Implemented a number of `JSONB` functions.
153164

165+
[v0.5.5]: https://github.com/databendlabs/jsonb/compare/v0.5.4...v0.5.5
154166
[v0.5.4]: https://github.com/databendlabs/jsonb/compare/v0.5.3...v0.5.4
155167
[v0.5.3]: https://github.com/databendlabs/jsonb/compare/v0.5.2...v0.5.3
156168
[v0.5.2]: https://github.com/databendlabs/jsonb/compare/v0.5.1...v0.5.2

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ keywords = ["json", "jsonb", "jsonpath"]
2222
license = "Apache-2.0"
2323
name = "jsonb"
2424
repository = "https://github.com/databendlabs/jsonb"
25-
version = "0.5.4"
26-
rust-version = "1.80"
25+
version = "0.5.5"
26+
rust-version = "1.85"
2727

2828
[dependencies]
2929
byteorder = "1.5.0"

0 commit comments

Comments
 (0)