Skip to content

Commit

Permalink
chore: release 0.7.9 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected authored Feb 7, 2025
1 parent 77ab71a commit 4d91c0f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.9](https://github.com/alloy-rs/trie/releases/tag/v0.7.9) - 2025-02-07

### Features

- Add DecodedProofNodes struct ([#81](https://github.com/alloy-rs/trie/issues/81))

## [0.7.8](https://github.com/alloy-rs/trie/releases/tag/v0.7.8) - 2024-12-31

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

0 comments on commit 4d91c0f

Please sign in to comment.