Skip to content

Commit

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

### Dependencies

- Bump MSRV to 1.81 ([#66](https://github.com/alloy-rs/trie/issues/66))

### Documentation

- Clarify the documentation for `hash_mask` field of a branch node ([#70](https://github.com/alloy-rs/trie/issues/70))

### Features

- Migrate trie account type and state root functions from alloy ([#65](https://github.com/alloy-rs/trie/issues/65))
- `HashBuilder::add_leaf_unchecked` ([#64](https://github.com/alloy-rs/trie/issues/64))
- Derive `Clone` for `HashBuilder` ([#72](https://github.com/alloy-rs/trie/issues/72))

### Miscellaneous Tasks

- Add clippy settings to `Cargo.toml` ([#71](https://github.com/alloy-rs/trie/issues/71))
- Update cargo deny ([#69](https://github.com/alloy-rs/trie/issues/69))

## [0.7.4](https://github.com/alloy-rs/trie/releases/tag/v0.7.4) - 2024-11-13

### Features

- Impl Extend for ProofNodes ([#63](https://github.com/alloy-rs/trie/issues/63))

### Miscellaneous Tasks

- Release 0.7.4

## [0.7.3](https://github.com/alloy-rs/trie/releases/tag/v0.7.3) - 2024-11-07

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

0 comments on commit 0f552b2

Please sign in to comment.