Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Aug 22, 2024
1 parent 9016f67 commit ee376bd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ The minor version will be incremented upon a breaking change and the patch versi

### Breaking

## 2024-08-22

- yellowstone-grpc-client-1.15.0+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-tools-1.0.0-rc.11+solana.1.18.22

### Fixes

- geyser: fix filter update loop on snapshot ([#408](https://github.com/rpcpool/yellowstone-grpc/pull/408))

## 2024-08-09

- yellowstone-grpc-client-1.15.0+solana.1.18.22
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver = "2"
members = [
"examples/rust", # 1.13.0+solana.1.18.22
"yellowstone-grpc-client", # 1.15.0+solana.1.18.22
"yellowstone-grpc-geyser", # 1.15.0+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-tools", # 1.0.0-rc.11+solana.1.18.22
]
Expand Down
2 changes: 1 addition & 1 deletion yellowstone-grpc-geyser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yellowstone-grpc-geyser"
version = "1.15.0+solana.1.18.22"
version = "1.15.1+solana.1.18.22"
authors = { workspace = true }
edition = { workspace = true }
description = "Yellowstone gRPC Geyser Plugin"
Expand Down

0 comments on commit ee376bd

Please sign in to comment.