File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,20 @@ 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.8.1] ( https://github.com/alloy-rs/trie/releases/tag/v0.8.1 ) - 2025-04-14
9
+
10
+ ### Bug Fixes
11
+
12
+ - [ verify] Inlined trie leaves ([ #97 ] ( https://github.com/alloy-rs/trie/issues/97 ) )
13
+
14
+ ### Dependencies
15
+
16
+ - Bump derive more ([ #98 ] ( https://github.com/alloy-rs/trie/issues/98 ) )
17
+
18
+ ### Miscellaneous Tasks
19
+
20
+ - [ benches] Use criterion codspeed compat ([ #96 ] ( https://github.com/alloy-rs/trie/issues/96 ) )
21
+
8
22
## [ 0.8.0] ( https://github.com/alloy-rs/trie/releases/tag/v0.8.0 ) - 2025-04-09
9
23
10
24
### Features
@@ -13,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
27
14
28
### Miscellaneous Tasks
15
29
30
+ - Release 0.8.0
16
31
- Add codspeed and profiling profile ([ #94 ] ( https://github.com/alloy-rs/trie/issues/94 ) )
17
32
- Primitives 1.0 ([ #92 ] ( https://github.com/alloy-rs/trie/issues/92 ) )
18
33
- Make clippy happy ([ #95 ] ( https://github.com/alloy-rs/trie/issues/95 ) )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " alloy-trie"
3
- version = " 0.8.0 "
3
+ version = " 0.8.1 "
4
4
authors = [
5
5
6
6
You can’t perform that action at this time.
0 commit comments