Skip to content

Latest commit

 

History

History
64 lines (44 loc) · 1.76 KB

CHANGELOG.md

File metadata and controls

64 lines (44 loc) · 1.76 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.

/releases/tag/v0.2.0) - 2024-07-17

Dependencies

  • Merge pull request #8 from foundry-rs/klkvr/bump-revm
  • Bump revm
  • Merge pull request #7 from foundry-rs/matt/bump-revm-alloy
  • Bump alloy and revm

/releases/tag/v0.1.1) - 2024-07-15

Dependencies

  • Merge pull request #5 from foundry-rs/matt/bump-msrv
  • Bump msrv 79
  • Merge pull request #4 from m1stoyanov/main
  • Bump alloy [provider, rpc-types, serde, transport, rpc-client, transport-http] to 0.1.4, alloy-primitives to 0.7.7 and revm to 11.0.0

Miscellaneous Tasks

  • Release 0.1.1

Other

  • Remove redundant check
  • Update Cargo.toml according to the reviews

/releases/tag/v0.1.0) - 2024-07-02

Bug Fixes

  • Clippy
  • Cargo deny
  • Clippy + fmt
  • Tests

Miscellaneous Tasks

  • Release 0.1.0
  • Init changelog
  • Fix cliff.toml
  • Add description

Other

  • Update naming (#2)
  • Merge pull request #1 from klkvr/klkvr/init
  • DatabaseError -> BackendError
  • Initial commit
  • Update readme
  • Update name
  • Initial commit