Skip to content

Commit 98670cb

Browse files
authored
chore: Bump jsonb 0.5.2 (#87)
1 parent 4649f52 commit 98670cb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [v0.5.2] - 2025-06-27
2+
3+
### Added
4+
5+
- Feat: Enhanced JSONB Parser with Decimal Support and Extended Syntax (#86)
6+
- Feat: Support extension types (#83)
7+
18
## [v0.5.1] - 2025-04-18
29

310
### Added
@@ -131,6 +138,8 @@
131138
- Implement `JSONB` encodes and decodes.
132139
- Implemented a number of `JSONB` functions.
133140

141+
[v0.5.2]: https://github.com/databendlabs/jsonb/compare/v0.5.1...v0.5.2
142+
[v0.5.1]: https://github.com/databendlabs/jsonb/compare/v0.5.0...v0.5.1
134143
[v0.5.0]: https://github.com/databendlabs/jsonb/compare/v0.4.4...v0.5.0
135144
[v0.4.4]: https://github.com/databendlabs/jsonb/compare/v0.4.3...v0.4.4
136145
[v0.4.3]: https://github.com/databendlabs/jsonb/compare/v0.4.2...v0.4.3

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ keywords = ["json", "jsonb", "jsonpath"]
2222
license = "Apache-2.0"
2323
name = "jsonb"
2424
repository = "https://github.com/databendlabs/jsonb"
25-
version = "0.5.1"
25+
version = "0.5.2"
2626
rust-version = "1.80"
2727

2828
[dependencies]

0 commit comments

Comments
 (0)