Skip to content

Commit

Permalink
version: bump (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid authored Oct 4, 2024
1 parent 0e55ccb commit fc8e5a2
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 18 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

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

13 changes: 7 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions examples/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion yellowstone-grpc-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions yellowstone-grpc-geyser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "yellowstone-grpc-geyser"
version = "1.16.3"
version = "2.0.0"
authors = { workspace = true }
edition = { workspace = true }
description = "Yellowstone gRPC Geyser Plugin"
homepage = { workspace = true }
repository = { workspace = true }
license = { workspace = true }
keywords = { workspace = true }
publish = false
publish = { workspace = true }

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down
2 changes: 1 addition & 1 deletion yellowstone-grpc-proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit fc8e5a2

Please sign in to comment.