Skip to content

Commit

Permalink
chore: release 0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Dec 22, 2024
1 parent e537f6c commit 2ff3d05
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,30 @@ 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.7.7](https://github.com/alloy-rs/trie/releases/tag/v0.7.7) - 2024-12-22

### Features

- Bump nybbles, use local encode_path ([#76](https://github.com/alloy-rs/trie/issues/76))

### Miscellaneous Tasks

- Use-single-account-buf ([#78](https://github.com/alloy-rs/trie/issues/78))

### Other

- Move deny to ci ([#75](https://github.com/alloy-rs/trie/issues/75))

## [0.7.6](https://github.com/alloy-rs/trie/releases/tag/v0.7.6) - 2024-12-04

### Features

- Add storage root fns ([#74](https://github.com/alloy-rs/trie/issues/74))

### Miscellaneous Tasks

- Release 0.7.6

## [0.7.5](https://github.com/alloy-rs/trie/releases/tag/v0.7.5) - 2024-12-04

### 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.7.6"
version = "0.7.7"
authors = [
"rkrasiuk <[email protected]>",
"gakonst <[email protected]>",
Expand Down

0 comments on commit 2ff3d05

Please sign in to comment.