Skip to content

Commit

Permalink
chore: update version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 18, 2023
1 parent 094aac1 commit c772364
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "native_db"
version = "0.4.6"
version = "0.5.0"
authors = ["Vincent Herlemont <vincent@herlemont.fr>"]
edition = "2018"
description = "Drop-in embedded database"
Expand All @@ -16,7 +16,7 @@ members = ["native_db_macro"]

[dependencies]
redb = "1.4.0"
native_db_macro = { version = "0.4.6", path = "native_db_macro" }
native_db_macro = { version = "0.5.0", path = "native_db_macro" }
thiserror = "1.0"
serde = { version = "1.0" }
native_model = { version = "0.4.2" }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Blazing-fast, embedded database for multi-platform apps (server, desktop, mobile
Add this to your `Cargo.toml`:
```toml
[dependencies]
native_db = "0.4.3"
native_db = "0.5.0"
native_model = "0.3.30"
```

Expand Down
2 changes: 1 addition & 1 deletion native_db_macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "native_db_macro"
version = "0.4.6"
version = "0.5.0"
authors = ["Vincent Herlemont <vincent@herlemont.fr>"]
edition = "2018"
description = "A procedural macro for native_db"
Expand Down

0 comments on commit c772364

Please sign in to comment.