Skip to content

Commit a1ff96a

Browse files
committed
chore: release 0.1.66
1 parent 0fee156 commit a1ff96a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.66](https://github.com/alloy-rs/chains/releases/tag/v0.1.66) - 2025-03-17
9+
10+
### Features
11+
12+
- Add hoodi fn ([#153](https://github.com/alloy-rs/chains/issues/153))
13+
14+
### Miscellaneous Tasks
15+
16+
- Allow paste ([#151](https://github.com/alloy-rs/chains/issues/151))
17+
818
## [0.1.65](https://github.com/alloy-rs/chains/releases/tag/v0.1.65) - 2025-03-17
919

1020
### Features
@@ -13,6 +23,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1323
- Add polygon symbol ([#149](https://github.com/alloy-rs/chains/issues/149))
1424
- Add abstract ([#147](https://github.com/alloy-rs/chains/issues/147))
1525

26+
### Miscellaneous Tasks
27+
28+
- Release 0.1.65
29+
1630
## [0.1.64](https://github.com/alloy-rs/chains/releases/tag/v0.1.64) - 2025-03-06
1731

1832
### Bug Fixes

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "alloy-chains"
33
description = "Canonical type definitions for EIP-155 chains"
4-
version = "0.1.65"
4+
version = "0.1.66"
55
edition = "2021"
66
rust-version = "1.81"
77
authors = ["Alloy Contributors"]

0 commit comments

Comments
 (0)