File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
9
19
10
20
### Dependencies
11
21
@@ -16,6 +26,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
26
17
27
- Logs for pushing nodes to the stack ([ #101 ] ( https://github.com/alloy-rs/trie/issues/101 ) )
18
28
29
+ ### Miscellaneous Tasks
30
+
31
+ - Release 0.9.0 ([ #108 ] ( https://github.com/alloy-rs/trie/issues/108 ) )
32
+
19
33
### Other
20
34
21
35
- More realistic nibble lengths ([ #105 ] ( https://github.com/alloy-rs/trie/issues/105 ) )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " alloy-trie"
3
- version = " 0.9.0 "
3
+ version = " 0.9.1 "
4
4
authors = [
5
5
6
6
You can’t perform that action at this time.
0 commit comments