Skip to content

Commit f8390e9

Browse files
authored
chore: release 0.9.0 (#108)
1 parent a84ddb4 commit f8390e9

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ 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
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

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.1"
3+
version = "0.9.0"
44
authors = [
55
"rkrasiuk <rokrassyuk@gmail.com>",
66
"gakonst <me@gakonst.com>",

0 commit comments

Comments
 (0)