Skip to content

Commit

Permalink
chore: release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed May 22, 2024
1 parent d1d5424 commit a5a5964
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.4.1](https://github.com/alloy-rs/trie/releases/tag/v0.4.1) - 2024-05-22

### Bug Fixes

- Proofs for divergent leaf nodes ([#16](https://github.com/alloy-rs/trie/issues/16))

### Dependencies

- Move path encoding from `nybbles` ([#14](https://github.com/alloy-rs/trie/issues/14))

## [0.4.0](https://github.com/alloy-rs/trie/releases/tag/v0.4.0) - 2024-05-14

### Features
Expand All @@ -14,6 +24,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Extension node decoding ([#11](https://github.com/alloy-rs/trie/issues/11))
- Leaf node decoding ([#10](https://github.com/alloy-rs/trie/issues/10))

### Miscellaneous Tasks

- Release 0.4.0

## [0.3.1](https://github.com/alloy-rs/trie/releases/tag/v0.3.1) - 2024-04-03

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alloy-trie"
version = "0.4.0"
version = "0.4.1"
authors = [
"rkrasiuk <[email protected]>",
"gakonst <[email protected]>",
Expand Down

0 comments on commit a5a5964

Please sign in to comment.