Skip to content

Commit 334ffd0

Browse files
committed
chore: release v2.2.0-beta.7
1 parent 88eb4a7 commit 334ffd0

File tree

5 files changed

+19
-7
lines changed

5 files changed

+19
-7
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 2.2.0-beta.7 - 2026-03-27
2+
3+
4+
### Bug Fixes
5+
6+
- accept TransactionSigner in getPaymentInstruction source_wallet (#402)
7+
8+
9+
### Documentation
10+
11+
- align guidance with hotfix publish flow (#407)
12+
113
## 2.2.0-beta.6 - 2026-03-20
214

315

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ all = { level = "deny", priority = -1 }
1313
module_inception = { level = "allow", priority = 0 }
1414

1515
[workspace.package]
16-
version = "2.2.0-beta.6"
16+
version = "2.2.0-beta.7"
1717
edition = "2021"
1818
license = "MIT"
1919
repository = "https://github.com/solana-foundation/kora"
2020

2121
[workspace.dependencies]
22-
kora-lib = { path = "crates/lib", version = "2.2.0-beta.6" }
22+
kora-lib = { path = "crates/lib", version = "2.2.0-beta.7" }
2323
serde = { version = "1.0", features = ["derive"] }
2424
serde_json = "1.0"
2525
anyhow = "1.0.95"

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kora-cli"
3-
version = "2.2.0-beta.6"
3+
version = "2.2.0-beta.7"
44
edition = "2021"
55
description = "CLI for Kora gasless relayer"
66
license = "MIT"

crates/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kora-lib"
3-
version = "2.2.0-beta.6"
3+
version = "2.2.0-beta.7"
44
edition = "2021"
55
license = "MIT"
66
description = "Core library for Kora gasless relayer"

0 commit comments

Comments
 (0)