Skip to content

Commit

Permalink
[ci] Release 0.7.0 #1126 (#1127)
Browse files Browse the repository at this point in the history
release updates
  • Loading branch information
michaelvlach authored Jun 18, 2024
1 parent e3c653e commit e452566
Show file tree
Hide file tree
Showing 19 changed files with 111 additions and 69 deletions.
2 changes: 1 addition & 1 deletion Version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.9
0.7.0
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.6.9"
version = "0.7.0"
edition = "2021"
license = "Apache-2.0"
homepage = "https://github.com/agnesoft/agdb"
Expand All @@ -20,7 +20,7 @@ openapi = ["dep:utoipa"]
serde = ["dep:serde"]

[dependencies]
agdb_derive = { version = "0.6.9", path = "../agdb_derive", optional = true }
agdb_derive = { version = "0.7.0", path = "../agdb_derive", optional = true }
utoipa = { version = "4", optional = true }
serde = { version = "1", features = ["derive"], optional = true }

Expand Down
4 changes: 2 additions & 2 deletions agdb_api/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "agdb_api"
version = "0.6.9"
version = "0.7.0"
edition = "2021"
license = "Apache-2.0"
homepage = "https://github.com/agnesoft/agdb"
Expand All @@ -17,7 +17,7 @@ categories = ["database", "api-bindings"]
reqwest = ["dep:reqwest"]

[dependencies]
agdb = { version = "0.6.9", path = "../../agdb", features = ["serde"] }
agdb = { version = "0.7.0", path = "../../agdb", features = ["serde"] }
reqwest = { version = "0.12", features = ["json"], optional = true }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
Expand Down
22 changes: 13 additions & 9 deletions agdb_api/typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion agdb_api/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agnesoft/agdb_api",
"version": "0.6.9",
"version": "0.7.0",
"license": "Apache-2.0",
"description": "Agnesoft Graph Database API client for typescript/javascript",
"author": "Agnesoft",
Expand Down
2 changes: 1 addition & 1 deletion agdb_benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "Apache-2.0"

[dependencies]
agdb = { version = "0.6.9", path = "../agdb" }
agdb = { version = "0.7.0", 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.6.9"
version = "0.7.0"
edition = "2021"
license = "Apache-2.0"
homepage = "https://github.com/agnesoft/agdb"
Expand Down
6 changes: 3 additions & 3 deletions agdb_server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "agdb_server"
version = "0.6.9"
version = "0.7.0"
edition = "2021"
license = "Apache-2.0"
homepage = "https://github.com/agnesoft/agdb"
Expand All @@ -12,8 +12,8 @@ keywords = ["graph", "database", "api"]
categories = ["database", "database-interfaces"]

[dependencies]
agdb = { version = "0.6.9", path = "../agdb", features = ["serde", "openapi"] }
agdb_api = { version = "0.6.9", path = "../agdb_api/rust", features = ["reqwest"] }
agdb = { version = "0.7.0", path = "../agdb", features = ["serde", "openapi"] }
agdb_api = { version = "0.7.0", path = "../agdb_api/rust", features = ["reqwest"] }
axum = { version = "0.7", features = ["http2"] }
axum-extra = { version = "0.9", features = ["typed-header"] }
http-body-util = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion agdb_server/openapi/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": {
"name": "Apache-2.0"
},
"version": "0.6.9"
"version": "0.7.0"
},
"servers": [
{
Expand Down
25 changes: 15 additions & 10 deletions agdb_studio/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

68 changes: 48 additions & 20 deletions agdb_web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e452566

Please sign in to comment.