Skip to content

Commit 2a81c19

Browse files
committed
chore: release 0.5.1
1 parent 9133dda commit 2a81c19

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,19 @@ 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.5.0](https://github.com/foundry-rs/block-explorers/releases/tag/v0.5.0) - 2024-06-29
8+
## [0.5.1](https://github.com/foundry-rs/block-explorers/releases/tag/v0.5.1) - 2024-07-19
9+
10+
### Dependencies
11+
12+
- Bump compilers ([#55](https://github.com/foundry-rs/block-explorers/issues/55))
13+
14+
## [foundry-block-explorers-v0.5.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.5.0) - 2024-06-29
15+
16+
### Miscellaneous Tasks
17+
18+
- Release 0.5.0
19+
20+
## [Unreleased](https://github.com/foundry-rs/block-explorers/compare/foundry-block-explorers-v0.4.1...HEAD)
921

1022
### Dependencies
1123

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

0 commit comments

Comments
 (0)