Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit 5394d89

Browse files
committed
chore: release
1 parent db657c5 commit 5394d89

File tree

2 files changed

+67
-12
lines changed

2 files changed

+67
-12
lines changed

CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,61 @@ which is configured [here](./cliff.toml).
1010

1111
Please do not manually edit this file.
1212

13+
## [2.0.14] - 2024-03-07
14+
15+
### Bug Fixes
16+
17+
- Make the empty key of storage proof in `EIP1186ProofResponse` could be deserialized ([#2754](https://github.com/gakonst/ethers-rs/issues/2754))
18+
- Correctly calculate return derives ([#2743](https://github.com/gakonst/ethers-rs/issues/2743))
19+
- Fix EthError decode_with_selector ([#2698](https://github.com/gakonst/ethers-rs/issues/2698))
20+
- StorageProof key should be U256 ([#2699](https://github.com/gakonst/ethers-rs/issues/2699))
21+
- Fix typo ([#2716](https://github.com/gakonst/ethers-rs/issues/2716))
22+
- Fix return value of get_transaction_by_block_and_index ([#2732](https://github.com/gakonst/ethers-rs/issues/2732))
23+
- Cleanup build info path ([#2730](https://github.com/gakonst/ethers-rs/issues/2730))
24+
25+
### Depedencies
26+
27+
- Update base64 requirement from 0.21 to 0.22 ([#2755](https://github.com/gakonst/ethers-rs/issues/2755))
28+
- Bump trezor-client ([#2749](https://github.com/gakonst/ethers-rs/issues/2749))
29+
- Bump enr version ([#2741](https://github.com/gakonst/ethers-rs/issues/2741))
30+
- Update serial_test requirement from 2.0.0 to 3.0.0 ([#2709](https://github.com/gakonst/ethers-rs/issues/2709))
31+
- Update env_logger requirement from 0.10.0 to 0.11.1 ([#2717](https://github.com/gakonst/ethers-rs/issues/2717))
32+
- Update coins-ledger requirement from 0.9.0 to 0.10.1 ([#2725](https://github.com/gakonst/ethers-rs/issues/2725))
33+
- Bump solc check ([#2721](https://github.com/gakonst/ethers-rs/issues/2721))
34+
35+
### Features
36+
37+
- Add blast mainnet ([#2751](https://github.com/gakonst/ethers-rs/issues/2751))
38+
- Add elastos networks ([#2750](https://github.com/gakonst/ethers-rs/issues/2750))
39+
- Add getHeader by number+hash ([#2701](https://github.com/gakonst/ethers-rs/issues/2701))
40+
- Add Mode & Mode Sepolia ([#2720](https://github.com/gakonst/ethers-rs/issues/2720))
41+
42+
### Miscellaneous Tasks
43+
44+
- Clippy ([#2761](https://github.com/gakonst/ethers-rs/issues/2761))
45+
- Fix git-cliff tag_pattern ([#2759](https://github.com/gakonst/ethers-rs/issues/2759))
46+
- Remove unused imports ([#2744](https://github.com/gakonst/ethers-rs/issues/2744))
47+
- Clippy ([#2736](https://github.com/gakonst/ethers-rs/issues/2736))
48+
- Enable `doc_auto_cfg` ([#2735](https://github.com/gakonst/ethers-rs/issues/2735))
49+
- Make clippy happy ([#2727](https://github.com/gakonst/ethers-rs/issues/2727))
50+
51+
### Other
52+
53+
- Remove concurrency from individual jobs, remove if always ([#2763](https://github.com/gakonst/ethers-rs/issues/2763))
54+
- Update README.md ([#2747](https://github.com/gakonst/ethers-rs/issues/2747))
55+
- Update mod.rs Bytes to Option<Bytes> ([#2712](https://github.com/gakonst/ethers-rs/issues/2712))
56+
- Add aliases for Base, BaseSepolia and BaseGoerli ([#2715](https://github.com/gakonst/ethers-rs/issues/2715))
57+
- Add polygon amoy to chain definitions ([#2723](https://github.com/gakonst/ethers-rs/issues/2723))
58+
- Add concurrency to main GHA workflow ([#2737](https://github.com/gakonst/ethers-rs/issues/2737))
59+
- Add Hash to BlockId ([#2731](https://github.com/gakonst/ethers-rs/issues/2731))
60+
61+
### Styling
62+
63+
- Rustfmt 2 ([#2762](https://github.com/gakonst/ethers-rs/issues/2762))
64+
- Rustfmt ([#2760](https://github.com/gakonst/ethers-rs/issues/2760))
65+
- Update strum ([#2724](https://github.com/gakonst/ethers-rs/issues/2724))
66+
- Add Blast Sepolia as a chain ([#2726](https://github.com/gakonst/ethers-rs/issues/2726))
67+
1368
## [2.0.13] - 2024-01-30
1469

1570
### Bug Fixes

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "2.0.13"
2+
version = "2.0.14"
33
edition = "2021"
44
rust-version = "1.65"
55
license = "MIT OR Apache-2.0"
@@ -67,18 +67,18 @@ resolver = "2"
6767

6868
[workspace.dependencies]
6969
# workspace crates
70-
ethers = { version = "2.0.13", path = "ethers", default-features = false }
71-
ethers-addressbook = { version = "2.0.13", path = "ethers-addressbook", default-features = false }
72-
ethers-contract = { version = "2.0.13", path = "ethers-contract", default-features = false }
73-
ethers-core = { version = "2.0.13", path = "ethers-core", default-features = false }
74-
ethers-etherscan = { version = "2.0.13", path = "ethers-etherscan", default-features = false }
75-
ethers-middleware = { version = "2.0.13", path = "ethers-middleware", default-features = false }
76-
ethers-providers = { version = "2.0.13", path = "ethers-providers", default-features = false }
77-
ethers-signers = { version = "2.0.13", path = "ethers-signers", default-features = false }
78-
ethers-solc = { version = "2.0.13", path = "ethers-solc", default-features = false }
70+
ethers = { version = "2.0.14", path = "ethers", default-features = false }
71+
ethers-addressbook = { version = "2.0.14", path = "ethers-addressbook", default-features = false }
72+
ethers-contract = { version = "2.0.14", path = "ethers-contract", default-features = false }
73+
ethers-core = { version = "2.0.14", path = "ethers-core", default-features = false }
74+
ethers-etherscan = { version = "2.0.14", path = "ethers-etherscan", default-features = false }
75+
ethers-middleware = { version = "2.0.14", path = "ethers-middleware", default-features = false }
76+
ethers-providers = { version = "2.0.14", path = "ethers-providers", default-features = false }
77+
ethers-signers = { version = "2.0.14", path = "ethers-signers", default-features = false }
78+
ethers-solc = { version = "2.0.14", path = "ethers-solc", default-features = false }
7979

80-
ethers-contract-abigen = { version = "2.0.13", path = "ethers-contract/ethers-contract-abigen", default-features = false }
81-
ethers-contract-derive = { version = "2.0.13", path = "ethers-contract/ethers-contract-derive", default-features = false }
80+
ethers-contract-abigen = { version = "2.0.14", path = "ethers-contract/ethers-contract-abigen", default-features = false }
81+
ethers-contract-derive = { version = "2.0.14", path = "ethers-contract/ethers-contract-derive", default-features = false }
8282

8383
# async / async utils
8484
tokio = "1.32"

0 commit comments

Comments
 (0)