Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

58 lines (34 loc) · 1.19 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.2.1 - 2024-01-24

Features

  • Support no_std (#2)

Miscellaneous Tasks

  • Add cliff.toml and scripts
  • Simplify no_std

0.2.0 - 2024-01-10

Dependencies

  • [deps] Bump alloy-primitives

Miscellaneous Tasks

  • Release 0.2.0
  • Update authors (#3)

0.1.0 - 2023-12-20

Bug Fixes

  • Miri
  • Deny

Dependencies

  • Clean up dependencies

Features

  • Initial implementation extracted from reth

Miscellaneous Tasks

  • Update configs
  • Increase visibility
  • Remove unused module
  • Clippy, docs, rm unused file
  • [meta] Ci, licenses, configs

Other

  • Prealloc children (#1)
  • Initial commit