Skip to content

Commit

Permalink
chore: release 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrasiuk committed Sep 17, 2024
1 parent d178466 commit 8d573e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ 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.5.2](https://github.com/alloy-rs/trie/releases/tag/v0.5.2) - 2024-09-17
## [0.5.3](https://github.com/alloy-rs/trie/releases/tag/v0.5.3) - 2024-09-17

### Dependencies

- Bump msrv to 1.79 ([#33](https://github.com/alloy-rs/trie/issues/33))

### Miscellaneous Tasks

- Release 0.5.2
- Use `decode_raw` from `alloy-rlp` ([#19](https://github.com/alloy-rs/trie/issues/19))

### Testing
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.5.2"
version = "0.5.3"
authors = [
"rkrasiuk <rokrassyuk@gmail.com>",
"gakonst <me@gakonst.com>",
Expand Down

0 comments on commit 8d573e8

Please sign in to comment.