Skip to content

Commit 2fd9945

Browse files
authored
chore: Bump jsonb 0.5.3 (#91)
1 parent ba7802f commit 2fd9945

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [v0.5.3] - 2025-08-02
2+
3+
### Added
4+
5+
- Perf: Improve parse json performance (#90)
6+
- Chore: add toplevel feature to allow users to better manager dependencies (#89)
7+
18
## [v0.5.2] - 2025-06-27
29

310
### Added
@@ -138,6 +145,7 @@
138145
- Implement `JSONB` encodes and decodes.
139146
- Implemented a number of `JSONB` functions.
140147

148+
[v0.5.3]: https://github.com/databendlabs/jsonb/compare/v0.5.2...v0.5.3
141149
[v0.5.2]: https://github.com/databendlabs/jsonb/compare/v0.5.1...v0.5.2
142150
[v0.5.1]: https://github.com/databendlabs/jsonb/compare/v0.5.0...v0.5.1
143151
[v0.5.0]: https://github.com/databendlabs/jsonb/compare/v0.4.4...v0.5.0

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.2"
25+
version = "0.5.3"
2626
rust-version = "1.80"
2727

2828
[dependencies]

0 commit comments

Comments
 (0)