Skip to content

Commit 21331b1

Browse files
committed
chore: release 0.11.0
1 parent f938e95 commit 21331b1

File tree

2 files changed

+25
-101
lines changed

2 files changed

+25
-101
lines changed

CHANGELOG.md

Lines changed: 24 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -5,149 +5,73 @@ 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.10.0](https://github.com/foundry-rs/block-explorers/releases/tag/v0.10.0) - 2024-12-09
8+
## [0.11.0](https://github.com/foundry-rs/block-explorers/releases/tag/v0.11.0) - 2025-01-21
99

1010
### Dependencies
1111

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

1415
### Miscellaneous Tasks
1516

17+
- Update deny.toml ([#71](https://github.com/foundry-rs/block-explorers/issues/71))
1618
- Release 0.10.0
19+
- Release 0.10.0
20+
21+
### Other
22+
23+
- Move deny to ci ([#70](https://github.com/foundry-rs/block-explorers/issues/70))
1724

1825
### Styling
1926

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

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

24-
### Miscellaneous Tasks
25-
26-
- Release 0.9.0
31+
### Bug Fixes
2732

28-
## [Unreleased](https://github.com/foundry-rs/block-explorers/compare/foundry-block-explorers-v0.8.0...HEAD)
33+
- Solc_config settings ([#63](https://github.com/foundry-rs/block-explorers/issues/63))
34+
- Fix bugs about the default EVM version in Solc ([#59](https://github.com/foundry-rs/block-explorers/issues/59))
2935

3036
### Dependencies
3137

3238
- Bump compilers ([#67](https://github.com/foundry-rs/block-explorers/issues/67))
33-
34-
## [foundry-block-explorers-v0.8.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.8.0) - 2024-09-30
39+
- [deps] Bump compilers ([#62](https://github.com/foundry-rs/block-explorers/issues/62))
40+
- Updated alloy-core and alloy dependencies ([#61](https://github.com/foundry-rs/block-explorers/issues/61))
41+
- Bump compilers ([#55](https://github.com/foundry-rs/block-explorers/issues/55))
42+
- [deps] Bump compilers 0.9 ([#54](https://github.com/foundry-rs/block-explorers/issues/54))
43+
- Bump compilers ([#49](https://github.com/foundry-rs/block-explorers/issues/49))
44+
- [deps] Bump compilers ([#48](https://github.com/foundry-rs/block-explorers/issues/48))
3545

3646
### Miscellaneous Tasks
3747

48+
- Release 0.9.0
3849
- Release 0.8.0
39-
40-
## [Unreleased](https://github.com/foundry-rs/block-explorers/compare/foundry-block-explorers-v0.7.3...HEAD)
41-
42-
### Miscellaneous Tasks
43-
4450
- Alloy 0.4 ([#65](https://github.com/foundry-rs/block-explorers/issues/65))
45-
46-
## [foundry-block-explorers-v0.7.3](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.7.3) - 2024-09-19
47-
48-
### Bug Fixes
49-
50-
- Solc_config settings ([#63](https://github.com/foundry-rs/block-explorers/issues/63))
51-
52-
### Miscellaneous Tasks
53-
5451
- Release 0.7.3
5552
- Release 0.7.2
56-
57-
## [foundry-block-explorers-v0.7.1](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.7.1) - 2024-09-03
58-
59-
### Dependencies
60-
61-
- [deps] Bump compilers ([#62](https://github.com/foundry-rs/block-explorers/issues/62))
62-
63-
### Miscellaneous Tasks
64-
6553
- Release 0.7.1
66-
67-
## [foundry-blob-explorers-v0.7.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-blob-explorers-v0.7.0) - 2024-08-28
68-
69-
### Miscellaneous Tasks
70-
7154
- Release 0.7.0
72-
73-
## [foundry-block-explorers-v0.6.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.6.0) - 2024-08-28
74-
75-
### Dependencies
76-
77-
- Updated alloy-core and alloy dependencies ([#61](https://github.com/foundry-rs/block-explorers/issues/61))
78-
79-
### Miscellaneous Tasks
80-
8155
- Release 0.6.0
82-
83-
## [foundry-block-explorers-v0.5.2](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.5.2) - 2024-08-27
84-
85-
### Bug Fixes
86-
87-
- Fix bugs about the default EVM version in Solc ([#59](https://github.com/foundry-rs/block-explorers/issues/59))
88-
89-
### Miscellaneous Tasks
90-
9156
- Release 0.5.2
9257
- Improve invalid key checks ([#58](https://github.com/foundry-rs/block-explorers/issues/58))
93-
94-
### Testing
95-
96-
- Add invalid api key response test ([#57](https://github.com/foundry-rs/block-explorers/issues/57))
97-
98-
## [foundry-block-explorers-v0.5.1](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.5.1) - 2024-07-19
99-
100-
### Dependencies
101-
102-
- Bump compilers ([#55](https://github.com/foundry-rs/block-explorers/issues/55))
103-
104-
### Miscellaneous Tasks
105-
10658
- Release 0.5.1
107-
108-
## [foundry-block-explorers-v0.5.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.5.0) - 2024-06-29
109-
110-
### Miscellaneous Tasks
111-
11259
- Release 0.5.0
113-
114-
## [Unreleased](https://github.com/foundry-rs/block-explorers/compare/foundry-block-explorers-v0.4.1...HEAD)
115-
116-
### Dependencies
117-
118-
- [deps] Bump compilers 0.9 ([#54](https://github.com/foundry-rs/block-explorers/issues/54))
119-
120-
### Miscellaneous Tasks
121-
12260
- Fix up manifests
12361
- [meta] Update CODEOWNERS
62+
- Release 0.4.1
63+
- Use crates alloy ([#50](https://github.com/foundry-rs/block-explorers/issues/50))
64+
- Release 0.4.0
65+
- Sync cliff.toml
12466

12567
### Other
12668

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

130-
## [foundry-block-explorers-v0.4.1](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.4.1) - 2024-06-17
131-
132-
### Dependencies
133-
134-
- Bump compilers ([#49](https://github.com/foundry-rs/block-explorers/issues/49))
135-
136-
### Miscellaneous Tasks
137-
138-
- Release 0.4.1
139-
- Use crates alloy ([#50](https://github.com/foundry-rs/block-explorers/issues/50))
140-
141-
## [foundry-block-explorers-v0.4.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.4.0) - 2024-06-11
142-
143-
### Dependencies
144-
145-
- [deps] Bump compilers ([#48](https://github.com/foundry-rs/block-explorers/issues/48))
146-
147-
### Miscellaneous Tasks
72+
### Testing
14873

149-
- Release 0.4.0
150-
- Sync cliff.toml
74+
- Add invalid api key response test ([#57](https://github.com/foundry-rs/block-explorers/issues/57))
15175

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

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

0 commit comments

Comments
 (0)