Skip to content

Commit b81ab83

Browse files
committed
chore: release 0.1.65
1 parent 281023c commit b81ab83

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,24 @@ 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.65](https://github.com/alloy-rs/chains/releases/tag/v0.1.65) - 2025-03-17
9+
10+
### Features
11+
12+
- Add hoodi ([#150](https://github.com/alloy-rs/chains/issues/150))
13+
- Add polygon symbol ([#149](https://github.com/alloy-rs/chains/issues/149))
14+
- Add abstract ([#147](https://github.com/alloy-rs/chains/issues/147))
15+
816
## [0.1.64](https://github.com/alloy-rs/chains/releases/tag/v0.1.64) - 2025-03-06
917

1018
### Bug Fixes
1119

1220
- Add BSC chain id to supports_shanghai ([#146](https://github.com/alloy-rs/chains/issues/146))
1321

22+
### Miscellaneous Tasks
23+
24+
- Release 0.1.64
25+
1426
## [0.1.63](https://github.com/alloy-rs/chains/releases/tag/v0.1.63) - 2025-02-24
1527

1628
### Miscellaneous Tasks

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.64"
4+
version = "0.1.65"
55
edition = "2021"
66
rust-version = "1.81"
77
authors = ["Alloy Contributors"]

0 commit comments

Comments
 (0)