Skip to content

Commit 591e85b

Browse files
authored
chore: Bump jsonb 0.5.4 (#93)
1 parent fbb6f00 commit 591e85b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [v0.5.4] - 2025-08-20
2+
3+
### Added
4+
5+
- Feat: Support parse extended json5 syntax (#92)
6+
17
## [v0.5.3] - 2025-08-02
28

39
### Added
@@ -145,6 +151,7 @@
145151
- Implement `JSONB` encodes and decodes.
146152
- Implemented a number of `JSONB` functions.
147153

154+
[v0.5.4]: https://github.com/databendlabs/jsonb/compare/v0.5.3...v0.5.4
148155
[v0.5.3]: https://github.com/databendlabs/jsonb/compare/v0.5.2...v0.5.3
149156
[v0.5.2]: https://github.com/databendlabs/jsonb/compare/v0.5.1...v0.5.2
150157
[v0.5.1]: https://github.com/databendlabs/jsonb/compare/v0.5.0...v0.5.1

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

2828
[dependencies]

0 commit comments

Comments
 (0)