Skip to content

Commit aabd223

Browse files
committed
chore: release 0.10.0
1 parent 0ef1abc commit aabd223

File tree

2 files changed

+111
-17
lines changed

2 files changed

+111
-17
lines changed

CHANGELOG.md

Lines changed: 110 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,51 +5,145 @@ 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.9.0](https://github.com/foundry-rs/block-explorers/releases/tag/v0.9.0) - 2024-11-18
8+
## [0.10.0](https://github.com/foundry-rs/block-explorers/releases/tag/v0.10.0) - 2024-12-09
99

10-
### Bug Fixes
10+
### Dependencies
1111

12-
- Solc_config settings ([#63](https://github.com/foundry-rs/block-explorers/issues/63))
13-
- Fix bugs about the default EVM version in Solc ([#59](https://github.com/foundry-rs/block-explorers/issues/59))
12+
- Bump alloy 0.7 ([#69](https://github.com/foundry-rs/block-explorers/issues/69))
13+
14+
### Styling
15+
16+
- [`blob-explorers`] Accomodate new blobscan API changes ([#68](https://github.com/foundry-rs/block-explorers/issues/68))
17+
18+
## [foundry-block-explorers-v0.9.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.9.0) - 2024-11-18
19+
20+
### Miscellaneous Tasks
21+
22+
- Release 0.9.0
23+
24+
## [Unreleased](https://github.com/foundry-rs/block-explorers/compare/foundry-block-explorers-v0.8.0...HEAD)
1425

1526
### Dependencies
1627

1728
- Bump compilers ([#67](https://github.com/foundry-rs/block-explorers/issues/67))
18-
- [deps] Bump compilers ([#62](https://github.com/foundry-rs/block-explorers/issues/62))
19-
- Updated alloy-core and alloy dependencies ([#61](https://github.com/foundry-rs/block-explorers/issues/61))
20-
- Bump compilers ([#55](https://github.com/foundry-rs/block-explorers/issues/55))
21-
- [deps] Bump compilers 0.9 ([#54](https://github.com/foundry-rs/block-explorers/issues/54))
22-
- Bump compilers ([#49](https://github.com/foundry-rs/block-explorers/issues/49))
23-
- [deps] Bump compilers ([#48](https://github.com/foundry-rs/block-explorers/issues/48))
29+
30+
## [foundry-block-explorers-v0.8.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.8.0) - 2024-09-30
2431

2532
### Miscellaneous Tasks
2633

2734
- Release 0.8.0
35+
36+
## [Unreleased](https://github.com/foundry-rs/block-explorers/compare/foundry-block-explorers-v0.7.3...HEAD)
37+
38+
### Miscellaneous Tasks
39+
2840
- Alloy 0.4 ([#65](https://github.com/foundry-rs/block-explorers/issues/65))
41+
42+
## [foundry-block-explorers-v0.7.3](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.7.3) - 2024-09-19
43+
44+
### Bug Fixes
45+
46+
- Solc_config settings ([#63](https://github.com/foundry-rs/block-explorers/issues/63))
47+
48+
### Miscellaneous Tasks
49+
2950
- Release 0.7.3
3051
- Release 0.7.2
52+
53+
## [foundry-block-explorers-v0.7.1](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.7.1) - 2024-09-03
54+
55+
### Dependencies
56+
57+
- [deps] Bump compilers ([#62](https://github.com/foundry-rs/block-explorers/issues/62))
58+
59+
### Miscellaneous Tasks
60+
3161
- Release 0.7.1
62+
63+
## [foundry-blob-explorers-v0.7.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-blob-explorers-v0.7.0) - 2024-08-28
64+
65+
### Miscellaneous Tasks
66+
3267
- Release 0.7.0
68+
69+
## [foundry-block-explorers-v0.6.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.6.0) - 2024-08-28
70+
71+
### Dependencies
72+
73+
- Updated alloy-core and alloy dependencies ([#61](https://github.com/foundry-rs/block-explorers/issues/61))
74+
75+
### Miscellaneous Tasks
76+
3377
- Release 0.6.0
78+
79+
## [foundry-block-explorers-v0.5.2](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.5.2) - 2024-08-27
80+
81+
### Bug Fixes
82+
83+
- Fix bugs about the default EVM version in Solc ([#59](https://github.com/foundry-rs/block-explorers/issues/59))
84+
85+
### Miscellaneous Tasks
86+
3487
- Release 0.5.2
3588
- Improve invalid key checks ([#58](https://github.com/foundry-rs/block-explorers/issues/58))
89+
90+
### Testing
91+
92+
- Add invalid api key response test ([#57](https://github.com/foundry-rs/block-explorers/issues/57))
93+
94+
## [foundry-block-explorers-v0.5.1](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.5.1) - 2024-07-19
95+
96+
### Dependencies
97+
98+
- Bump compilers ([#55](https://github.com/foundry-rs/block-explorers/issues/55))
99+
100+
### Miscellaneous Tasks
101+
36102
- Release 0.5.1
103+
104+
## [foundry-block-explorers-v0.5.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.5.0) - 2024-06-29
105+
106+
### Miscellaneous Tasks
107+
37108
- Release 0.5.0
109+
110+
## [Unreleased](https://github.com/foundry-rs/block-explorers/compare/foundry-block-explorers-v0.4.1...HEAD)
111+
112+
### Dependencies
113+
114+
- [deps] Bump compilers 0.9 ([#54](https://github.com/foundry-rs/block-explorers/issues/54))
115+
116+
### Miscellaneous Tasks
117+
38118
- Fix up manifests
39119
- [meta] Update CODEOWNERS
40-
- Release 0.4.1
41-
- Use crates alloy ([#50](https://github.com/foundry-rs/block-explorers/issues/50))
42-
- Release 0.4.0
43-
- Sync cliff.toml
44120

45121
### Other
46122

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

50-
### Testing
126+
## [foundry-block-explorers-v0.4.1](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.4.1) - 2024-06-17
51127

52-
- Add invalid api key response test ([#57](https://github.com/foundry-rs/block-explorers/issues/57))
128+
### Dependencies
129+
130+
- Bump compilers ([#49](https://github.com/foundry-rs/block-explorers/issues/49))
131+
132+
### Miscellaneous Tasks
133+
134+
- Release 0.4.1
135+
- Use crates alloy ([#50](https://github.com/foundry-rs/block-explorers/issues/50))
136+
137+
## [foundry-block-explorers-v0.4.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.4.0) - 2024-06-11
138+
139+
### Dependencies
140+
141+
- [deps] Bump compilers ([#48](https://github.com/foundry-rs/block-explorers/issues/48))
142+
143+
### Miscellaneous Tasks
144+
145+
- Release 0.4.0
146+
- Sync cliff.toml
53147

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

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.9.0"
10+
version = "0.10.0"
1111
rust-version = "1.70"
1212
readme = "README.md"
1313
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)