Skip to content

Commit cecf172

Browse files
committed
chore: release 0.18.0
1 parent 72c43b5 commit cecf172

File tree

2 files changed

+36
-176
lines changed

2 files changed

+36
-176
lines changed

CHANGELOG.md

Lines changed: 35 additions & 175 deletions
Original file line numberDiff line numberDiff line change
@@ -5,254 +5,114 @@ 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.17.0](https://github.com/foundry-rs/block-explorers/releases/tag/v0.17.0) - 2025-05-16
8+
## [0.18.0](https://github.com/foundry-rs/block-explorers/releases/tag/v0.18.0) - 2025-05-29
99

10-
### Dependencies
11-
12-
- Alloy 1.0 ([#89](https://github.com/foundry-rs/block-explorers/issues/89))
10+
### Bug Fixes
1311

14-
## [foundry-block-explorers-v0.16.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.16.0) - 2025-05-12
12+
- Fix tests ([#77](https://github.com/foundry-rs/block-explorers/issues/77))
1513

1614
### Dependencies
1715

16+
- Bump compilers v0.17.0 ([#90](https://github.com/foundry-rs/block-explorers/issues/90))
17+
- Alloy 1.0 ([#89](https://github.com/foundry-rs/block-explorers/issues/89))
1818
- Bump compilers to 0.16.0 ([#88](https://github.com/foundry-rs/block-explorers/issues/88))
19+
- [deps] Bump alloy-core 1.0 + alloy 0.15 ([#86](https://github.com/foundry-rs/block-explorers/issues/86))
20+
- Bump compilers to v0.14 ([#81](https://github.com/foundry-rs/block-explorers/issues/81))
21+
- Bump alloy 0.13 ([#80](https://github.com/foundry-rs/block-explorers/issues/80))
22+
- Bump alloy 0.12 ([#79](https://github.com/foundry-rs/block-explorers/issues/79))
23+
- Bump alloy 0.11 ([#76](https://github.com/foundry-rs/block-explorers/issues/76))
1924

2025
### Miscellaneous Tasks
2126

27+
- Release 0.17.0
2228
- Release 0.16.0
2329
- Release 0.15.0
24-
25-
## [foundry-block-explorers-v0.14.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.14.0) - 2025-05-07
26-
27-
### Dependencies
28-
29-
- [deps] Bump alloy-core 1.0 + alloy 0.15 ([#86](https://github.com/foundry-rs/block-explorers/issues/86))
30-
31-
### Miscellaneous Tasks
32-
3330
- Release 0.14.0
34-
35-
## [foundry-block-explorers-v0.13.3](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.13.3) - 2025-05-07
36-
37-
### Miscellaneous Tasks
38-
3931
- Release 0.13.3
4032
- FromStr for EtherscanApiVersion ([#85](https://github.com/foundry-rs/block-explorers/issues/85))
41-
42-
## [foundry-block-explorers-v0.13.2](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.13.2) - 2025-05-05
43-
44-
### Miscellaneous Tasks
45-
4633
- Release 0.13.2
4734
- Allow CDLA-Permissive-2.0 ([#84](https://github.com/foundry-rs/block-explorers/issues/84))
48-
49-
### Other
50-
51-
- Handle parsing and serialization of etherscan api version ([#83](https://github.com/foundry-rs/block-explorers/issues/83))
52-
53-
## [foundry-block-explorers-v0.13.1](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.13.1) - 2025-04-15
54-
55-
### Miscellaneous Tasks
56-
5735
- Release 0.13.1
58-
59-
### Other
60-
61-
- Update etherscan lib to handle both GET and POST parameters for chainid ([#82](https://github.com/foundry-rs/block-explorers/issues/82))
62-
63-
## [foundry-block-explorers-v0.13.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.13.0) - 2025-04-07
64-
65-
### Dependencies
66-
67-
- Bump compilers to v0.14 ([#81](https://github.com/foundry-rs/block-explorers/issues/81))
68-
69-
### Miscellaneous Tasks
70-
7136
- Release 0.13.0
72-
73-
## [foundry-block-explorers-v0.12.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.12.0) - 2025-04-02
74-
75-
### Dependencies
76-
77-
- Bump alloy 0.13 ([#80](https://github.com/foundry-rs/block-explorers/issues/80))
78-
79-
### Miscellaneous Tasks
80-
8137
- Release 0.12.0
82-
83-
## [foundry-block-explorers-v0.11.2](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.11.2) - 2025-03-15
84-
85-
### Miscellaneous Tasks
86-
8738
- Release 0.11.2
39+
- Release 0.11.1
40+
- Allow paste ([#78](https://github.com/foundry-rs/block-explorers/issues/78))
8841

8942
### Other
9043

44+
- Handle parsing and serialization of etherscan api version ([#83](https://github.com/foundry-rs/block-explorers/issues/83))
45+
- Update etherscan lib to handle both GET and POST parameters for chainid ([#82](https://github.com/foundry-rs/block-explorers/issues/82))
9146
- Add v2 verify routes ([#73](https://github.com/foundry-rs/block-explorers/issues/73))
9247

93-
## [foundry-block-explorers-v0.11.1](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.11.1) - 2025-03-15
94-
95-
### Bug Fixes
96-
97-
- Fix tests ([#77](https://github.com/foundry-rs/block-explorers/issues/77))
98-
99-
### Dependencies
100-
101-
- Bump alloy 0.12 ([#79](https://github.com/foundry-rs/block-explorers/issues/79))
102-
- Bump alloy 0.11 ([#76](https://github.com/foundry-rs/block-explorers/issues/76))
103-
104-
### Miscellaneous Tasks
105-
106-
- Release 0.11.1
107-
- Allow paste ([#78](https://github.com/foundry-rs/block-explorers/issues/78))
108-
10948
## [foundry-block-explorers-v0.11.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.11.0) - 2025-01-21
11049

11150
### Dependencies
11251

11352
- Bump compilers ([#74](https://github.com/foundry-rs/block-explorers/issues/74))
53+
- Bump alloy 0.7 ([#69](https://github.com/foundry-rs/block-explorers/issues/69))
11454

11555
### Miscellaneous Tasks
11656

11757
- Release 0.11.0
11858
- Update deny.toml ([#71](https://github.com/foundry-rs/block-explorers/issues/71))
59+
- Release 0.10.0
60+
- Release 0.10.0
11961

12062
### Other
12163

12264
- Move deny to ci ([#70](https://github.com/foundry-rs/block-explorers/issues/70))
12365

124-
## [foundry-blob-explorers-v0.10.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-blob-explorers-v0.10.0) - 2024-12-09
125-
126-
### Dependencies
127-
128-
- Bump alloy 0.7 ([#69](https://github.com/foundry-rs/block-explorers/issues/69))
129-
130-
### Miscellaneous Tasks
131-
132-
- Release 0.10.0
133-
- Release 0.10.0
134-
13566
### Styling
13667

13768
- [`blob-explorers`] Accomodate new blobscan API changes ([#68](https://github.com/foundry-rs/block-explorers/issues/68))
13869

13970
## [foundry-block-explorers-v0.9.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.9.0) - 2024-11-18
14071

72+
### Bug Fixes
73+
74+
- Solc_config settings ([#63](https://github.com/foundry-rs/block-explorers/issues/63))
75+
- Fix bugs about the default EVM version in Solc ([#59](https://github.com/foundry-rs/block-explorers/issues/59))
76+
14177
### Dependencies
14278

14379
- Bump compilers ([#67](https://github.com/foundry-rs/block-explorers/issues/67))
80+
- [deps] Bump compilers ([#62](https://github.com/foundry-rs/block-explorers/issues/62))
81+
- Updated alloy-core and alloy dependencies ([#61](https://github.com/foundry-rs/block-explorers/issues/61))
82+
- Bump compilers ([#55](https://github.com/foundry-rs/block-explorers/issues/55))
83+
- [deps] Bump compilers 0.9 ([#54](https://github.com/foundry-rs/block-explorers/issues/54))
84+
- Bump compilers ([#49](https://github.com/foundry-rs/block-explorers/issues/49))
85+
- [deps] Bump compilers ([#48](https://github.com/foundry-rs/block-explorers/issues/48))
14486

14587
### Miscellaneous Tasks
14688

14789
- Release 0.9.0
148-
149-
## [foundry-block-explorers-v0.8.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.8.0) - 2024-09-30
150-
151-
### Miscellaneous Tasks
152-
15390
- Release 0.8.0
15491
- Alloy 0.4 ([#65](https://github.com/foundry-rs/block-explorers/issues/65))
155-
156-
## [foundry-block-explorers-v0.7.3](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.7.3) - 2024-09-19
157-
158-
### Bug Fixes
159-
160-
- Solc_config settings ([#63](https://github.com/foundry-rs/block-explorers/issues/63))
161-
162-
### Miscellaneous Tasks
163-
16492
- Release 0.7.3
16593
- Release 0.7.2
166-
167-
## [foundry-block-explorers-v0.7.1](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.7.1) - 2024-09-03
168-
169-
### Dependencies
170-
171-
- [deps] Bump compilers ([#62](https://github.com/foundry-rs/block-explorers/issues/62))
172-
173-
### Miscellaneous Tasks
174-
17594
- Release 0.7.1
176-
177-
## [foundry-blob-explorers-v0.7.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-blob-explorers-v0.7.0) - 2024-08-28
178-
179-
### Miscellaneous Tasks
180-
18195
- Release 0.7.0
182-
183-
## [foundry-block-explorers-v0.6.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.6.0) - 2024-08-28
184-
185-
### Dependencies
186-
187-
- Updated alloy-core and alloy dependencies ([#61](https://github.com/foundry-rs/block-explorers/issues/61))
188-
189-
### Miscellaneous Tasks
190-
19196
- Release 0.6.0
192-
193-
## [foundry-block-explorers-v0.5.2](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.5.2) - 2024-08-27
194-
195-
### Bug Fixes
196-
197-
- Fix bugs about the default EVM version in Solc ([#59](https://github.com/foundry-rs/block-explorers/issues/59))
198-
199-
### Miscellaneous Tasks
200-
20197
- Release 0.5.2
20298
- Improve invalid key checks ([#58](https://github.com/foundry-rs/block-explorers/issues/58))
203-
204-
### Testing
205-
206-
- Add invalid api key response test ([#57](https://github.com/foundry-rs/block-explorers/issues/57))
207-
208-
## [foundry-block-explorers-v0.5.1](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.5.1) - 2024-07-19
209-
210-
### Dependencies
211-
212-
- Bump compilers ([#55](https://github.com/foundry-rs/block-explorers/issues/55))
213-
214-
### Miscellaneous Tasks
215-
21699
- Release 0.5.1
217-
218-
## [foundry-block-explorers-v0.5.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.5.0) - 2024-06-29
219-
220-
### Dependencies
221-
222-
- [deps] Bump compilers 0.9 ([#54](https://github.com/foundry-rs/block-explorers/issues/54))
223-
224-
### Miscellaneous Tasks
225-
226100
- Release 0.5.0
227101
- Fix up manifests
228102
- [meta] Update CODEOWNERS
103+
- Release 0.4.1
104+
- Use crates alloy ([#50](https://github.com/foundry-rs/block-explorers/issues/50))
105+
- Release 0.4.0
106+
- Sync cliff.toml
229107

230108
### Other
231109

232110
- The EVM version returned by Blockscout is "default" ([#53](https://github.com/foundry-rs/block-explorers/issues/53))
233111
- Create cache directory if needed ([#52](https://github.com/foundry-rs/block-explorers/issues/52))
234112

235-
## [foundry-block-explorers-v0.4.1](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.4.1) - 2024-06-17
236-
237-
### Dependencies
238-
239-
- Bump compilers ([#49](https://github.com/foundry-rs/block-explorers/issues/49))
240-
241-
### Miscellaneous Tasks
242-
243-
- Release 0.4.1
244-
- Use crates alloy ([#50](https://github.com/foundry-rs/block-explorers/issues/50))
245-
246-
## [foundry-block-explorers-v0.4.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.4.0) - 2024-06-11
247-
248-
### Dependencies
249-
250-
- [deps] Bump compilers ([#48](https://github.com/foundry-rs/block-explorers/issues/48))
251-
252-
### Miscellaneous Tasks
113+
### Testing
253114

254-
- Release 0.4.0
255-
- Sync cliff.toml
115+
- Add invalid api key response test ([#57](https://github.com/foundry-rs/block-explorers/issues/57))
256116

257117
## [foundry-block-explorers-v0.3.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.3.0) - 2024-06-03
258118

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ resolver = "2"
77

88
[workspace.package]
99
authors = ["Foundry Maintainers"]
10-
version = "0.17.0"
10+
version = "0.18.0"
1111
rust-version = "1.70"
1212
readme = "README.md"
1313
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)