diff --git a/CHANGELOG.md b/CHANGELOG.md index 497149de..a9eadeb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,13 +14,15 @@ The minor version will be incremented upon a breaking change and the patch versi ### Features +- solana: bump proto/client version for publishing crates + ### Breaking ## 2024-08-22 -- yellowstone-grpc-client-1.15.0+solana.1.18.22 +- yellowstone-grpc-client-1.15.2+solana.1.18.22 - yellowstone-grpc-geyser-1.15.1+solana.1.18.22 -- yellowstone-grpc-proto-1.15.0+solana.1.18.22 +- yellowstone-grpc-proto-1.14.2+solana.1.18.22 - yellowstone-grpc-tools-1.0.0-rc.11+solana.1.18.22 ### Fixes @@ -31,7 +33,7 @@ The minor version will be incremented upon a breaking change and the patch versi - yellowstone-grpc-client-1.15.0+solana.1.18.22 - yellowstone-grpc-geyser-1.15.0+solana.1.18.22 -- yellowstone-grpc-proto-1.15.0+solana.1.18.22 +- yellowstone-grpc-proto-1.14.0+solana.1.18.22 - yellowstone-grpc-tools-1.0.0-rc.11+solana.1.18.22 ### Features @@ -42,7 +44,7 @@ The minor version will be incremented upon a breaking change and the patch versi - yellowstone-grpc-client-1.15.0+solana.1.18.21 - yellowstone-grpc-geyser-1.15.0+solana.1.18.21 -- yellowstone-grpc-proto-1.15.0+solana.1.18.21 +- yellowstone-grpc-proto-1.14.0+solana.1.18.21 - yellowstone-grpc-tools-1.0.0-rc.11+solana.1.18.21 ### Features @@ -53,7 +55,7 @@ The minor version will be incremented upon a breaking change and the patch versi - yellowstone-grpc-client-1.15.0+solana.1.18.20 - yellowstone-grpc-geyser-1.15.0+solana.1.18.20 -- yellowstone-grpc-proto-1.15.0+solana.1.18.20 +- yellowstone-grpc-proto-1.14.0+solana.1.18.20 - yellowstone-grpc-tools-1.0.0-rc.11+solana.1.18.20 ### Features @@ -64,7 +66,7 @@ The minor version will be incremented upon a breaking change and the patch versi - yellowstone-grpc-client-1.15.0+solana.1.18.18 - yellowstone-grpc-geyser-1.15.0+solana.1.18.18 -- yellowstone-grpc-proto-1.15.0+solana.1.18.18 +- yellowstone-grpc-proto-1.14.0+solana.1.18.18 - yellowstone-grpc-tools-1.0.0-rc.11+solana.1.18.18 ### Features @@ -75,7 +77,7 @@ The minor version will be incremented upon a breaking change and the patch versi - yellowstone-grpc-client-1.15.0+solana.1.18.17 - yellowstone-grpc-geyser-1.15.0+solana.1.18.17 -- yellowstone-grpc-proto-1.15.0+solana.1.18.17 +- yellowstone-grpc-proto-1.14.0+solana.1.18.17 - yellowstone-grpc-tools-1.0.0-rc.11+solana.1.18.17 ### Features diff --git a/Cargo.lock b/Cargo.lock index d32dc1bc..1f952edc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5253,7 +5253,7 @@ dependencies = [ [[package]] name = "yellowstone-grpc-client" -version = "1.15.0+solana.1.18.22" +version = "1.15.2+solana.1.18.22" dependencies = [ "bytes", "futures", @@ -5322,7 +5322,7 @@ dependencies = [ [[package]] name = "yellowstone-grpc-proto" -version = "1.14.0+solana.1.18.22" +version = "1.14.2+solana.1.18.22" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index c4e8513d..273c0e18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,9 +2,9 @@ resolver = "2" members = [ "examples/rust", # 1.13.0+solana.1.18.22 - "yellowstone-grpc-client", # 1.15.0+solana.1.18.22 + "yellowstone-grpc-client", # 1.15.2+solana.1.18.22 "yellowstone-grpc-geyser", # 1.15.1+solana.1.18.22 - "yellowstone-grpc-proto", # 1.14.0+solana.1.18.22 + "yellowstone-grpc-proto", # 1.14.2+solana.1.18.22 "yellowstone-grpc-tools", # 1.0.0-rc.11+solana.1.18.22 ] @@ -69,8 +69,8 @@ tracing = "0.1.37" tracing-subscriber = "0.3.17" uuid = "1.8.0" vergen = "8.2.1" -yellowstone-grpc-client = { path = "yellowstone-grpc-client", version = "=1.15.0+solana.1.18.22" } -yellowstone-grpc-proto = { path = "yellowstone-grpc-proto", version = "=1.14.0+solana.1.18.22" } +yellowstone-grpc-client = { path = "yellowstone-grpc-client", version = "=1.15.2+solana.1.18.22" } +yellowstone-grpc-proto = { path = "yellowstone-grpc-proto", version = "=1.14.2+solana.1.18.22" } [profile.release] lto = true diff --git a/yellowstone-grpc-client/Cargo.toml b/yellowstone-grpc-client/Cargo.toml index a25c4e36..3dca65b2 100644 --- a/yellowstone-grpc-client/Cargo.toml +++ b/yellowstone-grpc-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yellowstone-grpc-client" -version = "1.15.0+solana.1.18.22" +version = "1.15.2+solana.1.18.22" authors = { workspace = true } edition = { workspace = true } description = "Yellowstone gRPC Geyser Simple Client" diff --git a/yellowstone-grpc-proto/Cargo.toml b/yellowstone-grpc-proto/Cargo.toml index 8053c91e..129eb29b 100644 --- a/yellowstone-grpc-proto/Cargo.toml +++ b/yellowstone-grpc-proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yellowstone-grpc-proto" -version = "1.14.0+solana.1.18.22" +version = "1.14.2+solana.1.18.22" authors = { workspace = true } edition = { workspace = true } description = "Yellowstone gRPC Geyser Protobuf Definitions"