Skip to content

Commit

Permalink
chore: release 0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Feb 14, 2024
1 parent b53e41d commit 4e1bd22
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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.12](https://github.com/alloy-rs/chains/releases/tag/v0.1.12) - 2024-02-14

### Features

- Add kakarot sepolia ([#43](https://github.com/alloy-rs/chains/issues/43))

### Other

- Add 'Linea' and 'LineaGoerli' serde kebab cases aliases ([#42](https://github.com/alloy-rs/chains/issues/42))
- Add Syndr Sepolia L3 ([#40](https://github.com/alloy-rs/chains/issues/40))

## [0.1.11](https://github.com/alloy-rs/chains/releases/tag/v0.1.11) - 2024-02-04

### Bug Fixes
Expand All @@ -22,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Miscellaneous Tasks

- Release 0.1.11
- Add further op chains to is_optimism() + mark mode as supports… ([#38](https://github.com/alloy-rs/chains/issues/38))
- Update cargo t note for spec ([#37](https://github.com/alloy-rs/chains/issues/37))

Expand Down
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.11"
version = "0.1.12"
edition = "2021"
rust-version = "1.65"
authors = ["Alloy Contributors"]
Expand Down

0 comments on commit 4e1bd22

Please sign in to comment.