Skip to content

Commit 5bdc893

Browse files
committed
chore: release 0.11.1
1 parent 01ec2b7 commit 5bdc893

File tree

2 files changed

+133
-21
lines changed

2 files changed

+133
-21
lines changed

CHANGELOG.md

Lines changed: 132 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,73 +5,185 @@ 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.11.0](https://github.com/foundry-rs/block-explorers/releases/tag/v0.11.0) - 2025-01-21
8+
## [0.11.1](https://github.com/foundry-rs/block-explorers/releases/tag/v0.11.1) - 2025-03-15
9+
10+
### Bug Fixes
11+
12+
- Fix tests ([#77](https://github.com/foundry-rs/block-explorers/issues/77))
13+
14+
### Dependencies
15+
16+
- Bump alloy 0.12 ([#79](https://github.com/foundry-rs/block-explorers/issues/79))
17+
- Bump alloy 0.11 ([#76](https://github.com/foundry-rs/block-explorers/issues/76))
18+
19+
### Miscellaneous Tasks
20+
21+
- Allow paste ([#78](https://github.com/foundry-rs/block-explorers/issues/78))
22+
23+
## [foundry-block-explorers-v0.11.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.11.0) - 2025-01-21
24+
25+
### Miscellaneous Tasks
26+
27+
- Release 0.11.0
28+
29+
## [Unreleased](https://github.com/foundry-rs/block-explorers/compare/foundry-blob-explorers-v0.10.0...HEAD)
930

1031
### Dependencies
1132

1233
- Bump compilers ([#74](https://github.com/foundry-rs/block-explorers/issues/74))
13-
- Bump alloy 0.7 ([#69](https://github.com/foundry-rs/block-explorers/issues/69))
1434

1535
### Miscellaneous Tasks
1636

1737
- Update deny.toml ([#71](https://github.com/foundry-rs/block-explorers/issues/71))
18-
- Release 0.10.0
19-
- Release 0.10.0
2038

2139
### Other
2240

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

43+
## [foundry-blob-explorers-v0.10.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-blob-explorers-v0.10.0) - 2024-12-09
44+
45+
### Dependencies
46+
47+
- Bump alloy 0.7 ([#69](https://github.com/foundry-rs/block-explorers/issues/69))
48+
49+
### Miscellaneous Tasks
50+
51+
- Release 0.10.0
52+
- Release 0.10.0
53+
2554
### Styling
2655

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

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

31-
### Bug Fixes
60+
### Miscellaneous Tasks
3261

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))
62+
- Release 0.9.0
63+
64+
## [Unreleased](https://github.com/foundry-rs/block-explorers/compare/foundry-block-explorers-v0.8.0...HEAD)
3565

3666
### Dependencies
3767

3868
- Bump compilers ([#67](https://github.com/foundry-rs/block-explorers/issues/67))
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))
69+
70+
## [foundry-block-explorers-v0.8.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.8.0) - 2024-09-30
4571

4672
### Miscellaneous Tasks
4773

48-
- Release 0.9.0
4974
- Release 0.8.0
75+
76+
## [Unreleased](https://github.com/foundry-rs/block-explorers/compare/foundry-block-explorers-v0.7.3...HEAD)
77+
78+
### Miscellaneous Tasks
79+
5080
- Alloy 0.4 ([#65](https://github.com/foundry-rs/block-explorers/issues/65))
81+
82+
## [foundry-block-explorers-v0.7.3](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.7.3) - 2024-09-19
83+
84+
### Bug Fixes
85+
86+
- Solc_config settings ([#63](https://github.com/foundry-rs/block-explorers/issues/63))
87+
88+
### Miscellaneous Tasks
89+
5190
- Release 0.7.3
5291
- Release 0.7.2
92+
93+
## [foundry-block-explorers-v0.7.1](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.7.1) - 2024-09-03
94+
95+
### Dependencies
96+
97+
- [deps] Bump compilers ([#62](https://github.com/foundry-rs/block-explorers/issues/62))
98+
99+
### Miscellaneous Tasks
100+
53101
- Release 0.7.1
102+
103+
## [foundry-blob-explorers-v0.7.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-blob-explorers-v0.7.0) - 2024-08-28
104+
105+
### Miscellaneous Tasks
106+
54107
- Release 0.7.0
108+
109+
## [foundry-block-explorers-v0.6.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.6.0) - 2024-08-28
110+
111+
### Dependencies
112+
113+
- Updated alloy-core and alloy dependencies ([#61](https://github.com/foundry-rs/block-explorers/issues/61))
114+
115+
### Miscellaneous Tasks
116+
55117
- Release 0.6.0
118+
119+
## [foundry-block-explorers-v0.5.2](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.5.2) - 2024-08-27
120+
121+
### Bug Fixes
122+
123+
- Fix bugs about the default EVM version in Solc ([#59](https://github.com/foundry-rs/block-explorers/issues/59))
124+
125+
### Miscellaneous Tasks
126+
56127
- Release 0.5.2
57128
- Improve invalid key checks ([#58](https://github.com/foundry-rs/block-explorers/issues/58))
129+
130+
### Testing
131+
132+
- Add invalid api key response test ([#57](https://github.com/foundry-rs/block-explorers/issues/57))
133+
134+
## [foundry-block-explorers-v0.5.1](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.5.1) - 2024-07-19
135+
136+
### Dependencies
137+
138+
- Bump compilers ([#55](https://github.com/foundry-rs/block-explorers/issues/55))
139+
140+
### Miscellaneous Tasks
141+
58142
- Release 0.5.1
143+
144+
## [foundry-block-explorers-v0.5.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.5.0) - 2024-06-29
145+
146+
### Miscellaneous Tasks
147+
59148
- Release 0.5.0
149+
150+
## [Unreleased](https://github.com/foundry-rs/block-explorers/compare/foundry-block-explorers-v0.4.1...HEAD)
151+
152+
### Dependencies
153+
154+
- [deps] Bump compilers 0.9 ([#54](https://github.com/foundry-rs/block-explorers/issues/54))
155+
156+
### Miscellaneous Tasks
157+
60158
- Fix up manifests
61159
- [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
66160

67161
### Other
68162

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

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

74-
- Add invalid api key response test ([#57](https://github.com/foundry-rs/block-explorers/issues/57))
168+
### Dependencies
169+
170+
- Bump compilers ([#49](https://github.com/foundry-rs/block-explorers/issues/49))
171+
172+
### Miscellaneous Tasks
173+
174+
- Release 0.4.1
175+
- Use crates alloy ([#50](https://github.com/foundry-rs/block-explorers/issues/50))
176+
177+
## [foundry-block-explorers-v0.4.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.4.0) - 2024-06-11
178+
179+
### Dependencies
180+
181+
- [deps] Bump compilers ([#48](https://github.com/foundry-rs/block-explorers/issues/48))
182+
183+
### Miscellaneous Tasks
184+
185+
- Release 0.4.0
186+
- Sync cliff.toml
75187

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

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

0 commit comments

Comments
 (0)