Skip to content

Commit

Permalink
chore: release 0.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed May 14, 2024
1 parent dfe580c commit 275f287
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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).

## [0.1.18](https://github.com/alloy-rs/chains/releases/tag/v0.1.18) - 2024-05-14

### Bug Fixes

- Update Amoy testnet endpoints ([#63](https://github.com/alloy-rs/chains/issues/63))
- Correct Arbiturm blocktime hint ([#62](https://github.com/alloy-rs/chains/issues/62))
- Correct Etherscan URLs for Blast Sepolia ([#60](https://github.com/alloy-rs/chains/issues/60))

## [0.1.17](https://github.com/alloy-rs/chains/releases/tag/v0.1.17) - 2024-04-23

### Bug Fixes
Expand All @@ -16,6 +24,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [chain] Add method optimism_mainnet ([#58](https://github.com/alloy-rs/chains/issues/58))
- Add degen chain ([#57](https://github.com/alloy-rs/chains/issues/57))

### Miscellaneous Tasks

- Release 0.1.17

## [0.1.16](https://github.com/alloy-rs/chains/releases/tag/v0.1.16) - 2024-04-10

### Features
Expand Down Expand Up @@ -280,4 +292,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial commit

<!-- generated by git-cliff -->
<!-- generated by git-cliff -->
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "alloy-chains"
description = "Canonical type definitions for EIP-155 chains"
version = "0.1.17"
version = "0.1.18"
edition = "2021"
rust-version = "1.65"
authors = ["Alloy Contributors"]
Expand Down

0 comments on commit 275f287

Please sign in to comment.