Skip to content

Commit

Permalink
chore: release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Sep 2, 2024
1 parent 11633ba commit 0a27d0e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 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.5.1](https://github.com/alloy-rs/trie/releases/tag/v0.5.1) - 2024-09-02

### Bug Fixes

- No-std compat ([#31](https://github.com/alloy-rs/trie/issues/31))

### Features

- Workflow to validate no_std compatibility ([#32](https://github.com/alloy-rs/trie/issues/32))

## [0.5.0](https://github.com/alloy-rs/trie/releases/tag/v0.5.0) - 2024-08-28

### Bug Fixes
Expand All @@ -27,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Miscellaneous Tasks

- Release 0.5.0
- Make clippy happy ([#29](https://github.com/alloy-rs/trie/issues/29))
- Make `TrieNode` cloneable ([#22](https://github.com/alloy-rs/trie/issues/22))
- Make clippy happy ([#17](https://github.com/alloy-rs/trie/issues/17))
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.0"
version = "0.5.1"
authors = [
"rkrasiuk <[email protected]>",
"gakonst <[email protected]>",
Expand Down

0 comments on commit 0a27d0e

Please sign in to comment.