Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update changelogs for v0.1.1 #922

Merged
merged 1 commit into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion crates/alloy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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/alloy/compare/...HEAD)
## [Unreleased](https://github.com/alloy-rs/alloy/compare/v0.1.1...HEAD)

## [0.1.1](https://github.com/alloy-rs/alloy/tree/v0.1.1)

### Bug Fixes

Expand Down
9 changes: 7 additions & 2 deletions crates/consensus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ 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/alloy/compare/...HEAD)
## [Unreleased](https://github.com/alloy-rs/alloy/compare/v0.1.1...HEAD)

### Features

- Add EIP-7251 request types ([#919](https://github.com/alloy-rs/alloy/issues/919))

## [0.1.1](https://github.com/alloy-rs/alloy/tree/v0.1.1)

### Bug Fixes

Expand Down Expand Up @@ -38,7 +44,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Features

- Add EIP-7251 request types ([#919](https://github.com/alloy-rs/alloy/issues/919))
- Derive serde for header ([#902](https://github.com/alloy-rs/alloy/issues/902))
- Move `{,With}OtherFields` to serde crate ([#892](https://github.com/alloy-rs/alloy/issues/892))
- Add as_ is_ functions to envelope ([#872](https://github.com/alloy-rs/alloy/issues/872))
Expand Down
5 changes: 4 additions & 1 deletion crates/contract/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ 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/alloy/compare/...HEAD)
## [Unreleased](https://github.com/alloy-rs/alloy/compare/v0.1.1...HEAD)

## [0.1.1](https://github.com/alloy-rs/alloy/tree/v0.1.1)


### Bug Fixes

Expand Down
4 changes: 3 additions & 1 deletion crates/eip7547/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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/alloy/compare/...HEAD)
## [Unreleased](https://github.com/alloy-rs/alloy/compare/v0.1.1...HEAD)

## [0.1.1](https://github.com/alloy-rs/alloy/tree/v0.1.1)

### Features

Expand Down
4 changes: 3 additions & 1 deletion crates/eips/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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/alloy/compare/...HEAD)
## [Unreleased](https://github.com/alloy-rs/alloy/compare/v0.1.1...HEAD)

## [0.1.1](https://github.com/alloy-rs/alloy/tree/v0.1.1)

### Bug Fixes

Expand Down
4 changes: 3 additions & 1 deletion crates/genesis/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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/alloy/compare/...HEAD)
## [Unreleased](https://github.com/alloy-rs/alloy/compare/v0.1.1...HEAD)

## [0.1.1](https://github.com/alloy-rs/alloy/tree/v0.1.1)

### Bug Fixes

Expand Down
4 changes: 3 additions & 1 deletion crates/json-rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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/alloy/compare/...HEAD)
## [Unreleased](https://github.com/alloy-rs/alloy/compare/v0.1.1...HEAD)

## [0.1.1](https://github.com/alloy-rs/alloy/tree/v0.1.1)

### Bug Fixes

Expand Down
4 changes: 3 additions & 1 deletion crates/network/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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/alloy/compare/...HEAD)
## [Unreleased](https://github.com/alloy-rs/alloy/compare/v0.1.1...HEAD)

## [0.1.1](https://github.com/alloy-rs/alloy/tree/v0.1.1)

### Bug Fixes

Expand Down
4 changes: 3 additions & 1 deletion crates/node-bindings/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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/alloy/compare/...HEAD)
## [Unreleased](https://github.com/alloy-rs/alloy/compare/v0.1.1...HEAD)

## [0.1.1](https://github.com/alloy-rs/alloy/tree/v0.1.1)

### Bug Fixes

Expand Down
4 changes: 3 additions & 1 deletion crates/provider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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/alloy/compare/...HEAD)
## [Unreleased](https://github.com/alloy-rs/alloy/compare/v0.1.1...HEAD)

## [0.1.1](https://github.com/alloy-rs/alloy/tree/v0.1.1)

### Bug Fixes

Expand Down
4 changes: 3 additions & 1 deletion crates/pubsub/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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/alloy/compare/...HEAD)
## [Unreleased](https://github.com/alloy-rs/alloy/compare/v0.1.1...HEAD)

## [0.1.1](https://github.com/alloy-rs/alloy/tree/v0.1.1)

### Bug Fixes

Expand Down
4 changes: 3 additions & 1 deletion crates/rpc-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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/alloy/compare/...HEAD)
## [Unreleased](https://github.com/alloy-rs/alloy/compare/v0.1.1...HEAD)

## [0.1.1](https://github.com/alloy-rs/alloy/tree/v0.1.1)

### Bug Fixes

Expand Down
4 changes: 3 additions & 1 deletion crates/rpc-types-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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/alloy/compare/...HEAD)
## [Unreleased](https://github.com/alloy-rs/alloy/compare/v0.1.1...HEAD)

## [0.1.1](https://github.com/alloy-rs/alloy/tree/v0.1.1)

### Refactor

Expand Down
4 changes: 3 additions & 1 deletion crates/rpc-types-anvil/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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/alloy/compare/...HEAD)
## [Unreleased](https://github.com/alloy-rs/alloy/compare/v0.1.1...HEAD)

## [0.1.1](https://github.com/alloy-rs/alloy/tree/v0.1.1)

### Features

Expand Down
4 changes: 3 additions & 1 deletion crates/rpc-types-beacon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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/alloy/compare/...HEAD)
## [Unreleased](https://github.com/alloy-rs/alloy/compare/v0.1.1...HEAD)

## [0.1.1](https://github.com/alloy-rs/alloy/tree/v0.1.1)

### Features

Expand Down
4 changes: 3 additions & 1 deletion crates/rpc-types-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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/alloy/compare/...HEAD)
## [Unreleased](https://github.com/alloy-rs/alloy/compare/v0.1.1...HEAD)

## [0.1.1](https://github.com/alloy-rs/alloy/tree/v0.1.1)

### Bug Fixes

Expand Down
4 changes: 3 additions & 1 deletion crates/rpc-types-eth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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/alloy/compare/...HEAD)
## [Unreleased](https://github.com/alloy-rs/alloy/compare/v0.1.1...HEAD)

## [0.1.1](https://github.com/alloy-rs/alloy/tree/v0.1.1)

### Dependencies

Expand Down
4 changes: 3 additions & 1 deletion crates/rpc-types-trace/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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/alloy/compare/...HEAD)
## [Unreleased](https://github.com/alloy-rs/alloy/compare/v0.1.1...HEAD)

## [0.1.1](https://github.com/alloy-rs/alloy/tree/v0.1.1)

### Features

Expand Down
4 changes: 3 additions & 1 deletion crates/rpc-types-txpool/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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/alloy/compare/...HEAD)
## [Unreleased](https://github.com/alloy-rs/alloy/compare/v0.1.1...HEAD)

## [0.1.1](https://github.com/alloy-rs/alloy/tree/v0.1.1)

### Refactor

Expand Down
4 changes: 3 additions & 1 deletion crates/rpc-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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/alloy/compare/...HEAD)
## [Unreleased](https://github.com/alloy-rs/alloy/compare/v0.1.1...HEAD)

## [0.1.1](https://github.com/alloy-rs/alloy/tree/v0.1.1)

### Bug Fixes

Expand Down
4 changes: 3 additions & 1 deletion crates/serde/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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/alloy/compare/...HEAD)
## [Unreleased](https://github.com/alloy-rs/alloy/compare/v0.1.1...HEAD)

## [0.1.1](https://github.com/alloy-rs/alloy/tree/v0.1.1)

### Features

Expand Down
4 changes: 3 additions & 1 deletion crates/signer-aws/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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/alloy/compare/...HEAD)
## [Unreleased](https://github.com/alloy-rs/alloy/compare/v0.1.1...HEAD)

## [0.1.1](https://github.com/alloy-rs/alloy/tree/v0.1.1)

### Dependencies

Expand Down
4 changes: 3 additions & 1 deletion crates/signer-gcp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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/alloy/compare/...HEAD)
## [Unreleased](https://github.com/alloy-rs/alloy/compare/v0.1.1...HEAD)

## [0.1.1](https://github.com/alloy-rs/alloy/tree/v0.1.1)

### Bug Fixes

Expand Down
4 changes: 3 additions & 1 deletion crates/signer-ledger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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/alloy/compare/...HEAD)
## [Unreleased](https://github.com/alloy-rs/alloy/compare/v0.1.1...HEAD)

## [0.1.1](https://github.com/alloy-rs/alloy/tree/v0.1.1)

### Bug Fixes

Expand Down
4 changes: 3 additions & 1 deletion crates/signer-local/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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/alloy/compare/...HEAD)
## [Unreleased](https://github.com/alloy-rs/alloy/compare/v0.1.1...HEAD)

## [0.1.1](https://github.com/alloy-rs/alloy/tree/v0.1.1)

### Refactor

Expand Down
4 changes: 3 additions & 1 deletion crates/signer-trezor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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/alloy/compare/...HEAD)
## [Unreleased](https://github.com/alloy-rs/alloy/compare/v0.1.1...HEAD)

## [0.1.1](https://github.com/alloy-rs/alloy/tree/v0.1.1)

### Dependencies

Expand Down
4 changes: 3 additions & 1 deletion crates/signer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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/alloy/compare/...HEAD)
## [Unreleased](https://github.com/alloy-rs/alloy/compare/v0.1.1...HEAD)

## [0.1.1](https://github.com/alloy-rs/alloy/tree/v0.1.1)

### Bug Fixes

Expand Down
4 changes: 3 additions & 1 deletion crates/transport-http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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/alloy/compare/...HEAD)
## [Unreleased](https://github.com/alloy-rs/alloy/compare/v0.1.1...HEAD)

## [0.1.1](https://github.com/alloy-rs/alloy/tree/v0.1.1)

### Bug Fixes

Expand Down
4 changes: 3 additions & 1 deletion crates/transport-ipc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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/alloy/compare/...HEAD)
## [Unreleased](https://github.com/alloy-rs/alloy/compare/v0.1.1...HEAD)

## [0.1.1](https://github.com/alloy-rs/alloy/tree/v0.1.1)

### Bug Fixes

Expand Down
4 changes: 3 additions & 1 deletion crates/transport-ws/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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/alloy/compare/...HEAD)
## [Unreleased](https://github.com/alloy-rs/alloy/compare/v0.1.1...HEAD)

## [0.1.1](https://github.com/alloy-rs/alloy/tree/v0.1.1)

### Bug Fixes

Expand Down
4 changes: 3 additions & 1 deletion crates/transport/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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/alloy/compare/...HEAD)
## [Unreleased](https://github.com/alloy-rs/alloy/compare/v0.1.1...HEAD)

## [0.1.1](https://github.com/alloy-rs/alloy/tree/v0.1.1)

### Bug Fixes

Expand Down