Skip to content

Commit

Permalink
solana: upgrade to v2.1.1 (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid authored Nov 22, 2024
1 parent 1c9dd9d commit 6f5f225
Show file tree
Hide file tree
Showing 20 changed files with 1,643 additions and 586 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ on:
- 'v1.16'
- 'v1.17'
- 'v1.18'
- 'v2.0'
- 'v2'
- 'v3'
- 'v4'
tags:
- 'v*'
workflow_dispatch:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ on:
- 'v1.16'
- 'v1.17'
- 'v1.18'
- 'v2.0'
- 'v2.1'
- 'v2'
- 'v3'
- 'v4'
workflow_dispatch:

env:
Expand Down
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-11-21

- yellowstone-grpc-client-simple-4.0.0
- yellowstone-grpc-client-4.0.0
- yellowstone-grpc-geyser-4.0.0
- yellowstone-grpc-proto-4.0.0

### Features

- solana: upgrade to v2.1.1 ([#468](https://github.com/rpcpool/yellowstone-grpc/pull/468))

## 2024-11-20

- yellowstone-grpc-client-simple-3.0.0
Expand Down
Loading

0 comments on commit 6f5f225

Please sign in to comment.