Skip to content

Commit

Permalink
[ci] Release 0.5.0 #739 (#740)
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
michaelvlach authored Sep 17, 2023
1 parent 7af754f commit 830b461
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions agdb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "agdb"
version = "0.4.1"
version = "0.5.0"
edition = "2021"
license = "Apache-2.0"
homepage = "https://github.com/agnesoft/agdb"
Expand All @@ -14,4 +14,4 @@ categories = ["database", "database-implementations"]
[lib]

[dependencies]
agdb_derive = { version = "0.4.1", path = "../agdb_derive" }
agdb_derive = { version = "0.5.0", path = "../agdb_derive" }
4 changes: 2 additions & 2 deletions agdb_benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "agdb_benchmarks"
version = "0.4.1"
version = "0.5.0"
edition = "2021"
license = "Apache-2.0"
homepage = "https://github.com/agnesoft/agdb"
Expand All @@ -12,7 +12,7 @@ keywords = ["graph", "database"]
categories = ["database", "database-implementations"]

[dependencies]
agdb = { version = "0.4.1", path = "../agdb" }
agdb = { version = "0.5.0", path = "../agdb" }
num-format = { version = "0.4.4", features = ["with-serde"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_yaml = "0.9.25"
Expand Down
2 changes: 1 addition & 1 deletion agdb_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "agdb_derive"
version = "0.4.1"
version = "0.5.0"
edition = "2021"
license = "Apache-2.0"
homepage = "https://github.com/agnesoft/agdb"
Expand Down

0 comments on commit 830b461

Please sign in to comment.