Skip to content

Commit

Permalink
chore: bump version to 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentdchan committed May 30, 2023
1 parent d117567 commit 6c619a5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@

# 4.4.0

- Feat(#114): $regex operator
- Feat(#118): $match aggregation
- Fix(#121): persist issue after second insert

# 4.3.2

- Fix index iteration issue
Expand Down
2 changes: 1 addition & 1 deletion src/polodb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polodb"
version = "4.3.2"
version = "4.4.0"
authors = ["Vincent Chan <[email protected]>"]
license = "MPL-2.0"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion src/polodb_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polodb_core"
version = "4.3.2"
version = "4.4.0"
authors = ["Vincent Chan <[email protected]>"]
license = "MPL-2.0"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion src/polodb_wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polodb_wasm"
version = "4.3.2"
version = "4.4.0"
authors = ["Vincent Chan <[email protected]>"]
license = "MPL-2.0"
edition = "2018"
Expand Down

0 comments on commit 6c619a5

Please sign in to comment.