Skip to content

Commit

Permalink
chore: update changelogs for v0.1.1 (#922)
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg authored Jun 17, 2024
1 parent 0f23051 commit e39dfb6
Show file tree
Hide file tree
Showing 31 changed files with 98 additions and 32 deletions.
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

0 comments on commit e39dfb6

Please sign in to comment.