Skip to content

Commit 0f69b07

Browse files
committed
chore: Release v0.45.0
✨ Features - Provide sequential Merkle tree builder (0a5a8b3) 📚 Documentation - *(BFieldCodec)* Mention dyn-incompatibility (56dd14c) ♻️ Refactor - (!) Drop `MerkleTreeMaker` (cf6a398)
1 parent 56dd14c commit 0f69b07

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes are documented in this file.
44
Lines marked “(!)” indicate a breaking change.
55

6+
## [0.45.0](https://github.com/Neptune-Crypto/twenty-first/compare/v0.44.1..v0.45.0) – 2025-01-13
7+
8+
### ✨ Features
9+
10+
- Provide sequential Merkle tree builder ([0a5a8b3c](https://github.com/Neptune-Crypto/twenty-first/commit/0a5a8b3c))
11+
12+
### 📚 Documentation
13+
14+
- *(BFieldCodec)* Mention dyn-incompatibility ([56dd14cf](https://github.com/Neptune-Crypto/twenty-first/commit/56dd14cf))
15+
16+
### ♻️ Refactor
17+
18+
- (!) Drop `MerkleTreeMaker` ([cf6a3983](https://github.com/Neptune-Crypto/twenty-first/commit/cf6a3983))
19+
620
## [0.44.1](https://github.com/Neptune-Crypto/twenty-first/compare/v0.44.0..v0.44.1) – 2025-01-07
721

822
### ⚡️ Performance

twenty-first/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "twenty-first"
3-
version = "0.44.1"
3+
version = "0.45.0"
44
authors = ["Triton Software AG"]
55
edition = "2021"
66

0 commit comments

Comments
 (0)