Skip to content

Commit 86a260c

Browse files
authored
Merge pull request #60 from b41sh/bump-jsonb-0.4.3
bump jsonb 0.4.3
2 parents 6369c71 + 61e5053 commit 86a260c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [v0.4.3] - 2024-09-30
2+
3+
### Fixed
4+
Fix: Fix compare object value with different length panic (#59)
5+
16
## [v0.4.2] - 2024-09-19
27

38
### Added

Cargo.toml

+1-1
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/datafuselabs/jsonb"
25-
version = "0.4.2"
25+
version = "0.4.3"
2626
rust-version = "1.77"
2727

2828
[dependencies]

0 commit comments

Comments
 (0)