Skip to content

Commit ff83e44

Browse files
authored
chore(publish): V0.22.0 (#110)
Branch protection caused direct push to `refs/head/main` to be blocked ``` Enumerating objects: 10, done. Counting objects: 100% (10/10), done. Delta compression using up to 32 threads Compressing objects: 100% (7/7), done. Writing objects: 100% (7/7), 1.98 KiB | 1.98 MiB/s, done. Total 7 (delta 5), reused 0 (delta 0), pack-reused 0 remote: Resolving deltas: 100% (5/5), completed with 3 local objects. remote: error: GH006: Protected branch update failed for refs/heads/main. remote: remote: - Changes must be made through a pull request. To github.com:foundry-rs/block-explorers.git ! [remote rejected] main -> main (protected branch hook declined) error: failed to push some refs to 'github.com:foundry-rs/block-explorers.git' ```
1 parent 02c2a06 commit ff83e44

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.21.0](https://github.com/foundry-rs/block-explorers/releases/tag/v0.21.0) - 2025-08-25
8+
## [0.22.0](https://github.com/foundry-rs/block-explorers/releases/tag/v0.22.0) - 2025-09-01
99

1010
### Bug Fixes
1111

@@ -20,6 +20,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020

2121
### Miscellaneous Tasks
2222

23+
- Release 0.22.0
24+
- Deprecate Etherscan V1 ([#101](https://github.com/foundry-rs/block-explorers/issues/101))
25+
- Release 0.21.0 ([#108](https://github.com/foundry-rs/block-explorers/issues/108))
2326
- Add @0xrusowsky to `CODEOWNERS` ([#105](https://github.com/foundry-rs/block-explorers/issues/105))
2427
- Update `CODEOWNERS` to improve visibility ([#103](https://github.com/foundry-rs/block-explorers/issues/103))
2528

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

0 commit comments

Comments
 (0)