Skip to content

Commit c5f288d

Browse files
authored
chore: Release 0.2.21 (#505)
Release 0.2.21
1 parent f665c8c commit c5f288d

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

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

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

5+
## [0.2.21] - 2025-05-28
6+
7+
### 🚀 Features
8+
9+
- Implement `get_id_registry_on_chain_event_by_address` in http (#474)
10+
11+
### 🐛 Bug Fixes
12+
13+
- Log s3 errors better and retry on upload (#495)
14+
- Register malachite consensus metrics in registry (#488)
15+
- Handle historical bug where messages were not correctly revoked (#503)
16+
- Retry when snapshot download fails (#504)
17+
18+
### ⚙️ Miscellaneous Tasks
19+
20+
- Add ability to upload snapshot just for 1 shard (#496)
21+
522
## [0.2.20] - 2025-05-16
623

724
### 🐛 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.20"
3+
version = "0.2.21"
44
edition = "2021"
55
default-run = "snapchain"
66

0 commit comments

Comments
 (0)