Skip to content

Commit 686517a

Browse files
authored
chore: release v0.3.0 (protocol upgrade) (#527)
Release v0.3.0 with the first protocol upgrade.
1 parent 1905895 commit 686517a

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.3.0] - 2025-06-09
6+
7+
### 🚀 Features
8+
9+
- Setup version schedule for next protocol release (#514)
10+
- Support Basenames (#515)
11+
- Support pro users (#516)
12+
- Update protocol version in block header and validate it (#521)
13+
14+
### 🐛 Bug Fixes
15+
16+
- Fix flaky test due to timestamp conflict (#517)
17+
- Handle fname transfers across shards (#522)
18+
- Increase throttling of the event pruning job (#525)
19+
20+
### ⚡ Performance
21+
22+
- Fix perf test script (#507)
23+
24+
### ⚙️ Miscellaneous Tasks
25+
26+
- Make tier registry contract address configurable for testing (#524)
27+
- Add chain as a tag to onchain events logs (#526)
28+
529
## [0.2.22] - 2025-05-29
630

731
### 🐛 Bug Fixes

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "snapchain"
3-
version = "0.2.22"
3+
version = "0.3.0"
44
edition = "2021"
55
default-run = "snapchain"
66

0 commit comments

Comments
 (0)