Skip to content

Commit b8de9d1

Browse files
committed
Set versions for 0.5.0 release
1 parent c7489fa commit b8de9d1

File tree

8 files changed

+19
-18
lines changed

8 files changed

+19
-18
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ resolver = "2"
77
yellowstone-grpc-client = { version = "9" }
88
yellowstone-grpc-proto = { version = "9", default-features = false }
99
yellowstone-vixen = { path = "crates/runtime", version = "0.4.0" }
10-
yellowstone-vixen-stream = { path = "crates/stream", version = "0.0.0" }
10+
yellowstone-vixen-stream = { path = "crates/stream", version = "0.5.0" }
1111
yellowstone-vixen-core = { path = "crates/core", version = "0.4.0" }
1212
yellowstone-vixen-mock = { path = "crates/mock", version = "0.4.0" }
1313
yellowstone-vixen-parser = { path = "crates/parser", version = "0.4.0" }
@@ -32,7 +32,7 @@ yellowstone-vixen-raydium-launchpad-parser = { path = "crates/raydium-launchpad-
3232
yellowstone-vixen-virtuals-parser = { path = "crates/virtuals-parser", version = "0.4.0" }
3333

3434
# Sources
35-
yellowstone-vixen-solana-rpc-source = { path = "crates/solana-rpc-source", version = "0.2.0" }
36-
yellowstone-vixen-yellowstone-grpc-source = { path = "crates/yellowstone-grpc-source", version = "0.2.0" }
37-
yellowstone-vixen-yellowstone-fumarole-source = { path = "crates/yellowstone-fumarole-source", version = "0.2.0" }
38-
yellowstone-vixen-solana-snapshot-source = { path = "crates/solana-snapshot-source", version = "0.2.0" }
35+
yellowstone-vixen-solana-rpc-source = { path = "crates/solana-rpc-source", version = "0.5.0" }
36+
yellowstone-vixen-yellowstone-grpc-source = { path = "crates/yellowstone-grpc-source", version = "0.5.0" }
37+
yellowstone-vixen-yellowstone-fumarole-source = { path = "crates/yellowstone-fumarole-source", version = "0.5.0" }
38+
yellowstone-vixen-solana-snapshot-source = { path = "crates/solana-snapshot-source", version = "0.5.0" }

crates/solana-rpc-source/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yellowstone-vixen-solana-rpc-source"
3-
version = "0.2.0"
3+
version = "0.5.0"
44
edition = "2024"
55
description = "Solana RPC source for the Yellowstone Vixen"
66
repository = "https://github.com/rpcpool/yellowstone-vixen"

crates/solana-snapshot-source/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "yellowstone-vixen-solana-snapshot-source"
3-
version = "0.2.0"
3+
version = "0.5.0"
44
edition = "2024"
55
description = "Run a Solana snapshot through Yellowstone Vixen"
66
license = "MIT"
77
repository = "https://github.com/rpcpool/yellowstone-vixen"
8-
readme = "./README.md"
8+
readme = "./../../README.md"
99

1010
[dependencies]
1111
async-trait = "0.1.88"

crates/stake-pool-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yellowstone-vixen-stake-pool-parser"
3-
version = "0.1.0"
3+
version = "0.5.0"
44
edition = "2021"
55
description = "Vixen program parser for SPL Stake Pool"
66
license = "MIT"

crates/stream/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "yellowstone-vixen-stream"
33
description = "A gRPC server for subscribing to parsed Yellowstone events"
4-
version = "0.0.0"
4+
version = "0.5.0"
55
# authors = ["TODO"]
66
edition = "2021"
77
license = "MIT"

crates/yellowstone-fumarole-source/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[package]
22
name = "yellowstone-vixen-yellowstone-fumarole-source"
3-
version = "0.2.0"
3+
version = "0.5.0"
44
edition = "2024"
55
description = "Yellowstone Fumarole source for the Yellowstone Vixen"
66
license = "MIT"
77
repository = "https://github.com/rpcpool/yellowstone-vixen"
8+
readme = "./../../README.md"
89

910
[dependencies]
1011
async-trait = "0.1.88"

crates/yellowstone-grpc-source/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yellowstone-vixen-yellowstone-grpc-source"
3-
version = "0.2.0"
3+
version = "0.5.0"
44
edition = "2024"
55
description = "Yellowstone gRPC source for the Yellowstone Vixen"
66
license = "MIT"

0 commit comments

Comments
 (0)