Skip to content

Commit a098d3f

Browse files
committed
chore: release 0.8.1
1 parent 5988707 commit a098d3f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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.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+
822
## [0.8.0](https://github.com/alloy-rs/trie/releases/tag/v0.8.0) - 2025-04-09
923

1024
### Features
@@ -13,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1327

1428
### Miscellaneous Tasks
1529

30+
- Release 0.8.0
1631
- Add codspeed and profiling profile ([#94](https://github.com/alloy-rs/trie/issues/94))
1732
- Primitives 1.0 ([#92](https://github.com/alloy-rs/trie/issues/92))
1833
- Make clippy happy ([#95](https://github.com/alloy-rs/trie/issues/95))

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.8.0"
3+
version = "0.8.1"
44
authors = [
55
"rkrasiuk <[email protected]>",
66
"gakonst <[email protected]>",

0 commit comments

Comments
 (0)