diff --git a/Cargo.lock b/Cargo.lock index 1e12d138f..193693c03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1467,7 +1467,7 @@ checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" [[package]] name = "e2e" -version = "0.6.0" +version = "0.7.0-rc.1" dependencies = [ "bytes", "eventsource-stream", @@ -3969,7 +3969,7 @@ checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac" [[package]] name = "pubky" -version = "0.6.0" +version = "0.7.0-rc.1" dependencies = [ "base64 0.22.1", "cookie", @@ -3995,7 +3995,7 @@ dependencies = [ [[package]] name = "pubky-common" -version = "0.6.0" +version = "0.7.0-rc.1" dependencies = [ "argon2", "base32", @@ -4016,7 +4016,7 @@ dependencies = [ [[package]] name = "pubky-core-examples" -version = "0.6.0" +version = "0.7.0-rc.1" dependencies = [ "anyhow", "base64 0.22.1", @@ -4035,7 +4035,7 @@ dependencies = [ [[package]] name = "pubky-homeserver" -version = "0.6.0" +version = "0.7.0-rc.1" dependencies = [ "anyhow", "async-dropper", @@ -4099,7 +4099,7 @@ dependencies = [ [[package]] name = "pubky-testnet" -version = "0.6.0" +version = "0.7.0-rc.1" dependencies = [ "anyhow", "clap", @@ -4139,7 +4139,7 @@ dependencies = [ [[package]] name = "pubky-wasm" -version = "0.6.0" +version = "0.7.0-rc.1" dependencies = [ "console_log", "futures-util", diff --git a/e2e/Cargo.toml b/e2e/Cargo.toml index 3f21dd97a..5a09d6f15 100644 --- a/e2e/Cargo.toml +++ b/e2e/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "e2e" edition.workspace = true -version = "0.6.0" +version = "0.7.0-rc.1" publish = false [dependencies] diff --git a/examples/rust/Cargo.toml b/examples/rust/Cargo.toml index 0352991f1..a27bfd11a 100644 --- a/examples/rust/Cargo.toml +++ b/examples/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pubky-core-examples" -version = "0.6.0" +version = "0.7.0-rc.1" edition.workspace = true publish = false @@ -41,10 +41,10 @@ futures-util = "0.3.31" anyhow.workspace = true base64 = "0.22.1" clap = { version = "4.5.48", features = ["derive"] } -pubky = { path = "../../pubky-sdk", version = "0.6.0" } -pubky-testnet = { path = "../../pubky-testnet", version = "0.6.0" } -pubky-common = { path = "../../pubky-common", version = "0.6.0" } -reqwest.workspace = true +pubky = { path = "../../pubky-sdk", version = "0.7.0-rc.1" } +pubky-testnet = { path = "../../pubky-testnet", version = "0.7.0-rc.1" } +pubky-common = { path = "../../pubky-common", version = "0.7.0-rc.1" } +reqwest = "0.12.23" rpassword = "7.4.0" tokio = { workspace = true, features = ["macros", "rt-multi-thread"] } tracing-subscriber = { workspace = true, features = ["env-filter"] } diff --git a/pubky-common/Cargo.toml b/pubky-common/Cargo.toml index e2b2727b3..75045de98 100644 --- a/pubky-common/Cargo.toml +++ b/pubky-common/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pubky-common" description = "Types and struct in common between Pubky client and homeserver" -version = "0.6.0" +version = "0.7.0-rc.1" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/pubky-homeserver/Cargo.toml b/pubky-homeserver/Cargo.toml index a99519a7c..7fdab0e27 100644 --- a/pubky-homeserver/Cargo.toml +++ b/pubky-homeserver/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pubky-homeserver" description = "Pubky core's homeserver." -version = "0.6.0" +version = "0.7.0-rc.1" edition.workspace = true authors.workspace = true license.workspace = true @@ -33,7 +33,7 @@ hex = "0.4.3" httpdate = "1.0.3" postcard = { version = "1.1.1", features = ["alloc"] } pkarr = { workspace = true, features = ["dht", "lmdb-cache", "tls"] } -pubky-common = { path = "../pubky-common", version = "0.6.0" } +pubky-common = { path = "../pubky-common", version = "0.7.0-rc.1" } serde = { version = "1.0.217", features = ["derive"] } tokio = { workspace = true, features = ["full"] } toml = "0.8.20" diff --git a/pubky-sdk/Cargo.toml b/pubky-sdk/Cargo.toml index 69b418fd7..4aeb5a586 100644 --- a/pubky-sdk/Cargo.toml +++ b/pubky-sdk/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pubky" description = "Pubky SDK" -version = "0.6.0" +version = "0.7.0-rc.1" edition = "2024" authors = [ "SeverinAlexB ", @@ -28,8 +28,8 @@ default = [] json = ["dep:serde", "reqwest/json"] [dependencies] -pubky-common = { path = "../pubky-common", version = "0.6.0" } -thiserror.workspace = true +pubky-common = { path = "../pubky-common", version = "0.7.0-rc.1" } +thiserror = "2.0.11" eventsource-stream = "0.2.3" url.workspace = true base64 = "0.22.1" diff --git a/pubky-sdk/bindings/js/Cargo.toml b/pubky-sdk/bindings/js/Cargo.toml index 2a5b398f1..144b26012 100644 --- a/pubky-sdk/bindings/js/Cargo.toml +++ b/pubky-sdk/bindings/js/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pubky-wasm" -version = "0.6.0" +version = "0.7.0-rc.1" edition = "2024" description = "Pubky-Core Client WASM bindings" authors = [ diff --git a/pubky-sdk/bindings/js/pkg/package.json b/pubky-sdk/bindings/js/pkg/package.json index e33d5391e..1f6b2fc52 100644 --- a/pubky-sdk/bindings/js/pkg/package.json +++ b/pubky-sdk/bindings/js/pkg/package.json @@ -2,7 +2,7 @@ "name": "@synonymdev/pubky", "type": "module", "description": "Pubky client", - "version": "0.6.0", + "version": "0.7.0-rc.1", "license": "MIT", "repository": { "type": "git", diff --git a/pubky-testnet/Cargo.toml b/pubky-testnet/Cargo.toml index e495c554c..65f362889 100644 --- a/pubky-testnet/Cargo.toml +++ b/pubky-testnet/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pubky-testnet" description = "A local test network for Pubky Core development." -version = "0.6.0" +version = "0.7.0-rc.1" edition.workspace = true authors.workspace = true license.workspace = true @@ -19,9 +19,9 @@ tokio = { workspace = true, features = ["full"] } tracing-subscriber.workspace = true url.workspace = true -pubky = { path = "../pubky-sdk", version = "0.6.0", features = ["json"] } -pubky-common = { path = "../pubky-common", version = "0.6.0" } -pubky-homeserver = { path = "../pubky-homeserver", version = "0.6.0", default-features = false, features = [ +pubky = { path = "../pubky-sdk", version = "0.7.0-rc.1", features = ["json"] } +pubky-common = { path = "../pubky-common", version = "0.7.0-rc.1" } +pubky-homeserver = { path = "../pubky-homeserver", version = "0.7.0-rc.1", default-features = false, features = [ "testing", ] } pubky_test_utils = { path = "../test_utils/pubky_test", version = "0.1.0" }