File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and 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
9+
10+ ### Dependencies
11+
12+ - Bump nybbles to 0.4 ([ #104 ] ( https://github.com/alloy-rs/trie/issues/104 ) )
13+ - Bump MSRV and edition ([ #106 ] ( https://github.com/alloy-rs/trie/issues/106 ) )
14+
15+ ### Features
16+
17+ - Logs for pushing nodes to the stack ([ #101 ] ( https://github.com/alloy-rs/trie/issues/101 ) )
18+
19+ ### Other
20+
21+ - More realistic nibble lengths ([ #105 ] ( https://github.com/alloy-rs/trie/issues/105 ) )
22+ - Remove concurrency from bench ([ #102 ] ( https://github.com/alloy-rs/trie/issues/102 ) )
23+
824## [ 0.8.1] ( https://github.com/alloy-rs/trie/releases/tag/v0.8.1 ) - 2025-04-14
925
1026### Bug Fixes
@@ -17,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1733
1834### Miscellaneous Tasks
1935
36+ - Release 0.8.1
2037- [ benches] Use criterion codspeed compat ([ #96 ] ( https://github.com/alloy-rs/trie/issues/96 ) )
2138
2239## [ 0.8.0] ( https://github.com/alloy-rs/trie/releases/tag/v0.8.0 ) - 2025-04-09
Original file line number Diff line number Diff line change 11[package ]
22name = " alloy-trie"
3- version = " 0.8.1 "
3+ version = " 0.9.0 "
44authors = [
55 " rkrasiuk <rokrassyuk@gmail.com>" ,
66 " gakonst <me@gakonst.com>" ,
You can’t perform that action at this time.
0 commit comments