From fc8e5a283d43ddd4458fc49bd2ebcbbb480c562f Mon Sep 17 00:00:00 2001 From: Kirill Fomichev Date: Fri, 4 Oct 2024 14:48:07 +0900 Subject: [PATCH] version: bump (#432) --- CHANGELOG.md | 13 +++++++++++-- Cargo.lock | 8 ++++---- Cargo.toml | 13 +++++++------ examples/rust/Cargo.toml | 4 ++-- yellowstone-grpc-client/Cargo.toml | 2 +- yellowstone-grpc-geyser/Cargo.toml | 4 ++-- yellowstone-grpc-proto/Cargo.toml | 2 +- 7 files changed, 28 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 524505a3..6c3b8c26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,11 +14,20 @@ The minor version will be incremented upon a breaking change and the patch versi ### Features +### Breaking + +## 2024-10-04 + +- yellowstone-grpc-client-simple-2.0.0 +- yellowstone-grpc-client-2.0.0 +- yellowstone-grpc-geyser-2.0.0 +- yellowstone-grpc-proto-2.0.0 + +### Features + - solana: relax dependencies ([#430](https://github.com/rpcpool/yellowstone-grpc/pull/430)) - tools: remove ([#431](https://github.com/rpcpool/yellowstone-grpc/pull/431)) -### Breaking - ## 2024-09-12 - yellowstone-grpc-client-1.16.2+solana.2.0.10 diff --git a/Cargo.lock b/Cargo.lock index 62d505b4..9c349acf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4434,7 +4434,7 @@ dependencies = [ [[package]] name = "yellowstone-grpc-client" -version = "1.16.2" +version = "2.0.0" dependencies = [ "bytes", "futures", @@ -4447,7 +4447,7 @@ dependencies = [ [[package]] name = "yellowstone-grpc-client-simple" -version = "1.14.1" +version = "2.0.0" dependencies = [ "anyhow", "backoff", @@ -4471,7 +4471,7 @@ dependencies = [ [[package]] name = "yellowstone-grpc-geyser" -version = "1.16.3" +version = "2.0.0" dependencies = [ "agave-geyser-plugin-interface", "anyhow", @@ -4507,7 +4507,7 @@ dependencies = [ [[package]] name = "yellowstone-grpc-proto" -version = "1.15.0" +version = "2.0.0" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 19ed8d51..9dc48b0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [workspace] resolver = "2" members = [ - "examples/rust", # 1.14.1 - "yellowstone-grpc-client", # 1.16.2 - "yellowstone-grpc-geyser", # 1.16.3 - "yellowstone-grpc-proto", # 1.15.0 + "examples/rust", # 2.0.0 + "yellowstone-grpc-client", # 2.0.0 + "yellowstone-grpc-geyser", # 2.0.0 + "yellowstone-grpc-proto", # 2.0.0 ] [workspace.package] @@ -14,6 +14,7 @@ homepage = "https://triton.one" repository = "https://github.com/rpcpool/yellowstone-grpc" license = "AGPL-3.0" keywords = ["solana"] +publish = false [workspace.dependencies] agave-geyser-plugin-interface = "~2.0.10" @@ -58,8 +59,8 @@ tonic = "0.12.1" tonic-build = "0.12.1" tonic-health = "0.12.1" vergen = "9.0.0" -yellowstone-grpc-client = { path = "yellowstone-grpc-client", version = "1.16.2" } -yellowstone-grpc-proto = { path = "yellowstone-grpc-proto", version = "1.15.0", default-features = false } +yellowstone-grpc-client = { path = "yellowstone-grpc-client", version = "2.0.0" } +yellowstone-grpc-proto = { path = "yellowstone-grpc-proto", version = "2.0.0", default-features = false } [workspace.lints.clippy] clone_on_ref_ptr = "deny" diff --git a/examples/rust/Cargo.toml b/examples/rust/Cargo.toml index 43ee7684..cde01bff 100644 --- a/examples/rust/Cargo.toml +++ b/examples/rust/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "yellowstone-grpc-client-simple" -version = "1.14.1" +version = "2.0.0" authors = { workspace = true } edition = { workspace = true } homepage = { workspace = true } repository = { workspace = true } license = "Apache-2.0" keywords = { workspace = true } -publish = false +publish = { workspace = true } [[bin]] name = "client" diff --git a/yellowstone-grpc-client/Cargo.toml b/yellowstone-grpc-client/Cargo.toml index 80a23a52..ac86606d 100644 --- a/yellowstone-grpc-client/Cargo.toml +++ b/yellowstone-grpc-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yellowstone-grpc-client" -version = "1.16.2" +version = "2.0.0" authors = { workspace = true } edition = { workspace = true } description = "Yellowstone gRPC Geyser Simple Client" diff --git a/yellowstone-grpc-geyser/Cargo.toml b/yellowstone-grpc-geyser/Cargo.toml index fe7193c3..1fa921dc 100644 --- a/yellowstone-grpc-geyser/Cargo.toml +++ b/yellowstone-grpc-geyser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yellowstone-grpc-geyser" -version = "1.16.3" +version = "2.0.0" authors = { workspace = true } edition = { workspace = true } description = "Yellowstone gRPC Geyser Plugin" @@ -8,7 +8,7 @@ homepage = { workspace = true } repository = { workspace = true } license = { workspace = true } keywords = { workspace = true } -publish = false +publish = { workspace = true } [lib] crate-type = ["cdylib", "rlib"] diff --git a/yellowstone-grpc-proto/Cargo.toml b/yellowstone-grpc-proto/Cargo.toml index 03bf8baf..79da9a97 100644 --- a/yellowstone-grpc-proto/Cargo.toml +++ b/yellowstone-grpc-proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yellowstone-grpc-proto" -version = "1.15.0" +version = "2.0.0" authors = { workspace = true } edition = { workspace = true } description = "Yellowstone gRPC Geyser Protobuf Definitions"