Skip to content

Commit

Permalink
[ci] Release 0.5.2 #845 (#846)
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
michaelvlach authored Dec 10, 2023
1 parent 83a3b5b commit 6fbcde1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.5.1"
version = "0.5.2"
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.5.1", path = "../agdb_derive" }
agdb_derive = { version = "0.5.2", 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.5.1"
version = "0.5.2"
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.5.1", path = "../agdb" }
agdb = { version = "0.5.2", path = "../agdb" }
num-format = { version = "0.4", features = ["with-serde"] }
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.9"
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.5.1"
version = "0.5.2"
edition = "2021"
license = "Apache-2.0"
homepage = "https://github.com/agnesoft/agdb"
Expand Down
2 changes: 1 addition & 1 deletion agdb_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["graph", "database", "api"]
categories = ["database", "database-interfaces"]

[dependencies]
agdb = { version = "0.5.1", path = "../agdb" }
agdb = { version = "0.5.2", path = "../agdb" }
axum = { version = "0.7", features = ["http2"] }
axum-extra = { version = "0.9", features = ["typed-header"] }
http-body-util = "0.1"
Expand Down

0 comments on commit 6fbcde1

Please sign in to comment.