Skip to content

Commit a63bf79

Browse files
committed
docs: add CHANGELOG.md
1 parent c803a56 commit a63bf79

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Diff for: CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [0.1.0](https://github.com/alloy-rs/chains/releases/tag/v0.1.0) - 2023-11-14
9+
10+
### Added
11+
12+
- Initial release, forked from [`ethers_core::types::Chain`](https://github.com/gakonst/ethers-rs/blob/f97bb1db0e34727d7d74549bba5f6e246d760c13/ethers-core/src/types/chain.rs#L55) ([#2]) as `NamedChain` ([#3]), and [`reth_primitives::Chain`](https://github.com/paradigmxyz/reth/blob/8ecd90b884d1ae9cf9119a743b658a4a6dd110c1/crates/primitives/src/chain/mod.rs#L97) ([#4])
13+
14+
### Changed
15+
16+
- split Chain into a struct and ChainKind enum ([#5])
17+
18+
[#2]: https://github.com/alloy-rs/chains/pull/2
19+
[#3]: https://github.com/alloy-rs/chains/pull/3
20+
[#4]: https://github.com/alloy-rs/chains/pull/4
21+
[#5]: https://github.com/alloy-rs/chains/pull/5

0 commit comments

Comments
 (0)