Skip to content

Commit 4e4ead8

Browse files
authored
Merge pull request #54 from b41sh/bump-jsonb-0.4.1
Bump to version 0.4.1
2 parents 07e579a + 8b89bae commit 4e4ead8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [v0.4.1] - 2024-07-18
2+
3+
### Fixed
4+
Fix: Fix jsonpath selector unwrap panic. (#53)
5+
16
## [v0.4.0] - 2024-05-17
27

38
### Fixed

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

2828
[dependencies]

0 commit comments

Comments
 (0)