Skip to content

Commit 02cd272

Browse files
authored
v0.21.0 (#3644)
1 parent a431ac5 commit 02cd272

3 files changed

Lines changed: 20 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ All notable changes to this project will be documented in this file.
88

99
### Changes
1010

11+
## [v0.21.0](https://github.com/malbeclabs/doublezero/compare/client/v0.20.0...client/v0.21.0) - 2026-05-01
12+
13+
### Breaking
14+
15+
### Changes
16+
1117
- Smartcontract
1218
- Add `AccessPassType::EdgeSeat(Pubkey)` variant to associate an access pass with a specific onchain Seat pubkey
1319
- Add `--accesspass-type edge-seat --seat <PUBKEY>` to `access-pass set`

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ exclude = [
2424
resolver = "2"
2525

2626
[workspace.package]
27-
version = "0.20.0"
27+
version = "0.21.0"
2828
authors = ["Malbec Labs <dev@malbeclabs.com>"]
2929
readme = "README.md"
3030
edition = "2021"

0 commit comments

Comments
 (0)