Skip to content

Commit

Permalink
chore: release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Jan 24, 2024
1 parent c0e252c commit d28c078
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).

## [Unreleased](https://github.com/alloy-rs/trie/compare/v0.2.0...HEAD)
## [0.2.1](https://github.com/alloy-rs/trie/releases/tag/v0.2.1) - 2024-01-24

### Features

- Support no_std ([#2](https://github.com/alloy-rs/trie/issues/2))

### Miscellaneous Tasks

- Add cliff.toml and scripts
- Simplify no_std

## [0.2.0](https://github.com/alloy-rs/trie/releases/tag/v0.2.0) - 2024-01-10
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.2.0"
version = "0.2.1"
authors = [
"rkrasiuk <rokrassyuk@gmail.com>",
"gakonst <me@gakonst.com>",
Expand Down

0 comments on commit d28c078

Please sign in to comment.