diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 75c04be7f..5ae906621 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -59,8 +59,8 @@ jobs: - run: | cargo publish --package agdb_derive --token ${CRATES_IO_TOKEN} cargo publish --package agdb --token ${CRATES_IO_TOKEN} - cargo publish --package agdb_server --token ${CRATES_IO_TOKEN} cargo publish --package agdb_api --token ${CRATES_IO_TOKEN} + cargo publish --package agdb_server --token ${CRATES_IO_TOKEN} env: CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }} diff --git a/Version b/Version index b61604874..844f6a91a 100644 --- a/Version +++ b/Version @@ -1 +1 @@ -0.6.2 +0.6.3 diff --git a/agdb/Cargo.toml b/agdb/Cargo.toml index c97ed099c..fb30dc511 100644 --- a/agdb/Cargo.toml +++ b/agdb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agdb" -version = "0.6.2" +version = "0.6.3" edition = "2021" license = "Apache-2.0" homepage = "https://github.com/agnesoft/agdb" @@ -20,7 +20,7 @@ openapi = ["dep:utoipa"] serde = ["dep:serde"] [dependencies] -agdb_derive = { version = "0.6.2", path = "../agdb_derive", optional = true } +agdb_derive = { version = "0.6.3", path = "../agdb_derive", optional = true } utoipa = { version = "4", optional = true } serde = { version = "1", features = ["derive"], optional = true } diff --git a/agdb_api/rust/Cargo.toml b/agdb_api/rust/Cargo.toml index 5b5f95b29..93b06483f 100644 --- a/agdb_api/rust/Cargo.toml +++ b/agdb_api/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agdb_api" -version = "0.6.2" +version = "0.6.3" edition = "2021" homepage = "https://github.com/agnesoft/agdb" repository = "https://github.com/agnesoft/agdb" @@ -16,7 +16,7 @@ categories = ["database", "api-bindings"] reqwest = ["dep:reqwest"] [dependencies] -agdb = { version = "0.6.2", path = "../../agdb", features = ["serde"] } +agdb = { version = "0.6.3", path = "../../agdb", features = ["serde"] } reqwest = { version = "0.11", features = ["json"], optional = true } serde = { version = "1", features = ["derive"] } serde_json = "1" diff --git a/agdb_api/typescript/package-lock.json b/agdb_api/typescript/package-lock.json index ecb7a8975..2b096c0aa 100644 --- a/agdb_api/typescript/package-lock.json +++ b/agdb_api/typescript/package-lock.json @@ -1,12 +1,12 @@ { "name": "@agnesoft/agdb_api", - "version": "0.6.2", + "version": "0.6.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@agnesoft/agdb_api", - "version": "0.6.2", + "version": "0.6.3", "license": "Apache-2.0", "dependencies": { "openapi-client-axios": "^7.5.1" diff --git a/agdb_api/typescript/package.json b/agdb_api/typescript/package.json index 955868c90..1c55fd159 100644 --- a/agdb_api/typescript/package.json +++ b/agdb_api/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@agnesoft/agdb_api", - "version": "0.6.2", + "version": "0.6.3", "license": "Apache-2.0", "description": "Agnesoft Graph Database API client for typescript/javascript", "author": "Agnesoft", diff --git a/agdb_benchmarks/Cargo.toml b/agdb_benchmarks/Cargo.toml index a7cb90dcc..407f9c7f5 100644 --- a/agdb_benchmarks/Cargo.toml +++ b/agdb_benchmarks/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" [dependencies] -agdb = { version = "0.6.2", path = "../agdb" } +agdb = { version = "0.6.3", path = "../agdb" } num-format = { version = "0.4", features = ["with-serde"] } serde = { version = "1", features = ["derive"] } serde_yaml = "0.9" diff --git a/agdb_derive/Cargo.toml b/agdb_derive/Cargo.toml index e76ba4a4f..40df5f12a 100644 --- a/agdb_derive/Cargo.toml +++ b/agdb_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agdb_derive" -version = "0.6.2" +version = "0.6.3" edition = "2021" license = "Apache-2.0" homepage = "https://github.com/agnesoft/agdb" diff --git a/agdb_server/Cargo.toml b/agdb_server/Cargo.toml index ecd92fe7c..36a6383e4 100644 --- a/agdb_server/Cargo.toml +++ b/agdb_server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agdb_server" -version = "0.6.2" +version = "0.6.3" edition = "2021" license = "Apache-2.0" homepage = "https://github.com/agnesoft/agdb" @@ -12,8 +12,8 @@ keywords = ["graph", "database", "api"] categories = ["database", "database-interfaces"] [dependencies] -agdb = { version = "0.6.2", path = "../agdb", features = ["serde", "openapi"] } -agdb_api = { version = "0.6.2", path = "../agdb_api/rust", features = ["reqwest"] } +agdb = { version = "0.6.3", path = "../agdb", features = ["serde", "openapi"] } +agdb_api = { version = "0.6.3", 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" diff --git a/examples/app_db/Cargo.toml b/examples/app_db/Cargo.toml index d24cb4226..c890200b3 100644 --- a/examples/app_db/Cargo.toml +++ b/examples/app_db/Cargo.toml @@ -4,4 +4,4 @@ edition = "2021" license = "Apache-2.0" [dependencies] -agdb = { version = "0.6.2", path = "../../agdb" } +agdb = { version = "0.6.3", path = "../../agdb" } diff --git a/examples/indexes/Cargo.toml b/examples/indexes/Cargo.toml index 74249bf9e..792b5be37 100644 --- a/examples/indexes/Cargo.toml +++ b/examples/indexes/Cargo.toml @@ -4,4 +4,4 @@ edition = "2021" license = "Apache-2.0" [dependencies] -agdb = { version = "0.6.2", path = "../../agdb" } +agdb = { version = "0.6.3", path = "../../agdb" } diff --git a/examples/joins/Cargo.toml b/examples/joins/Cargo.toml index e5d1c96fe..ed652f017 100644 --- a/examples/joins/Cargo.toml +++ b/examples/joins/Cargo.toml @@ -4,4 +4,4 @@ edition = "2021" license = "Apache-2.0" [dependencies] -agdb = { version = "0.6.2", path = "../../agdb" } +agdb = { version = "0.6.3", path = "../../agdb" } diff --git a/examples/schema_migration/Cargo.toml b/examples/schema_migration/Cargo.toml index bb7bc45dc..8731a0367 100644 --- a/examples/schema_migration/Cargo.toml +++ b/examples/schema_migration/Cargo.toml @@ -4,4 +4,4 @@ edition = "2021" license = "Apache-2.0" [dependencies] -agdb = { version = "0.6.2", path = "../../agdb" } +agdb = { version = "0.6.3", path = "../../agdb" } diff --git a/examples/server_client_rust/Cargo.toml b/examples/server_client_rust/Cargo.toml index 6cc406b59..6dcbf18bc 100644 --- a/examples/server_client_rust/Cargo.toml +++ b/examples/server_client_rust/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" [dependencies] -agdb = { version = "0.6.2", path = "../../agdb" } -agdb_api = { version = "0.6.2", path = "../../agdb_api/rust", features = ["reqwest"] } +agdb = { version = "0.6.3", path = "../../agdb" } +agdb_api = { version = "0.6.3", path = "../../agdb_api/rust", features = ["reqwest"] } tokio = { version = "1", features = ["full"] } anyhow = "1.0" diff --git a/examples/server_client_typescript/package-lock.json b/examples/server_client_typescript/package-lock.json index 1571ef0c5..d14a894cc 100644 --- a/examples/server_client_typescript/package-lock.json +++ b/examples/server_client_typescript/package-lock.json @@ -18,7 +18,7 @@ }, "../../agdb_api/typescript": { "name": "@agnesoft/agdb_api", - "version": "0.6.2", + "version": "0.6.3", "license": "Apache-2.0", "dependencies": { "openapi-client-axios": "^7.5.1" diff --git a/examples/strong_types/Cargo.toml b/examples/strong_types/Cargo.toml index 845aae862..197125cfa 100644 --- a/examples/strong_types/Cargo.toml +++ b/examples/strong_types/Cargo.toml @@ -4,4 +4,4 @@ edition = "2021" license = "Apache-2.0" [dependencies] -agdb = { version = "0.6.2", path = "../../agdb" } +agdb = { version = "0.6.3", path = "../../agdb" }