Skip to content

Commit 3e762bc

Browse files
committed
chore: release 0.9.1
1 parent 1889c65 commit 3e762bc

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.9.0](https://github.com/alloy-rs/trie/releases/tag/v0.9.0) - 2025-06-19
8+
## [0.9.1](https://github.com/alloy-rs/trie/releases/tag/v0.9.1) - 2025-08-19
9+
10+
### Documentation
11+
12+
- Update Tera documentation link to the correct Introduction section ([#107](https://github.com/alloy-rs/trie/issues/107))
13+
14+
### Features
15+
16+
- Retain proofs of non-target nodes in certain edge-cases. ([#109](https://github.com/alloy-rs/trie/issues/109))
17+
18+
## [0.9.0](https://github.com/alloy-rs/trie/releases/tag/v0.9.0) - 2025-06-20
919

1020
### Dependencies
1121

@@ -16,6 +26,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1626

1727
- Logs for pushing nodes to the stack ([#101](https://github.com/alloy-rs/trie/issues/101))
1828

29+
### Miscellaneous Tasks
30+
31+
- Release 0.9.0 ([#108](https://github.com/alloy-rs/trie/issues/108))
32+
1933
### Other
2034

2135
- More realistic nibble lengths ([#105](https://github.com/alloy-rs/trie/issues/105))

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "alloy-trie"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors = [
55
"rkrasiuk <[email protected]>",
66
"gakonst <[email protected]>",

0 commit comments

Comments
 (0)