Skip to content

Commit 820995d

Browse files
committed
chore: release 0.5.21
1 parent 8944283 commit 820995d

File tree

5 files changed

+24
-4
lines changed

5 files changed

+24
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.21](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.21) - 2025-11-19
9+
10+
### Features
11+
12+
- Support solc prereleases ([#176](https://github.com/alloy-rs/svm-rs/issues/176))
13+
814
## [0.5.20](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.20) - 2025-11-18
915

1016
### Features
@@ -13,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1319

1420
### Miscellaneous Tasks
1521

22+
- Release 0.5.20
1623
- Support for Windows ARM64 ([#174](https://github.com/alloy-rs/svm-rs/issues/174))
1724
- Edited the link to the badge ([#171](https://github.com/alloy-rs/svm-rs/issues/171))
1825
- Improve UnknownVersion error message ([#172](https://github.com/alloy-rs/svm-rs/issues/172))

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/svm-builds", "crates/svm-rs"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.5.20"
6+
version = "0.5.21"
77
edition = "2024"
88
rust-version = "1.89"
99
authors = [
@@ -38,7 +38,7 @@ unnameable-types = "warn"
3838
all = "warn"
3939

4040
[workspace.dependencies]
41-
svm = { package = "svm-rs", version = "0.5.20", path = "crates/svm-rs", default-features = false }
41+
svm = { package = "svm-rs", version = "0.5.21", path = "crates/svm-rs", default-features = false }
4242

4343
hex = { package = "const-hex", version = "1.10" }
4444
semver = "1"

crates/svm-builds/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.20](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.20) - 2025-11-18
9+
10+
### Miscellaneous Tasks
11+
12+
- Release 0.5.20
13+
814
## [0.5.19](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.19) - 2025-08-13
915

1016
### Miscellaneous Tasks

crates/svm-rs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.21](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.21) - 2025-11-19
9+
10+
### Features
11+
12+
- Support solc prereleases ([#176](https://github.com/alloy-rs/svm-rs/issues/176))
13+
814
## [0.5.20](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.20) - 2025-11-18
915

1016
### Features
@@ -13,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1319

1420
### Miscellaneous Tasks
1521

22+
- Release 0.5.20
1623
- Support for Windows ARM64 ([#174](https://github.com/alloy-rs/svm-rs/issues/174))
1724
- Improve UnknownVersion error message ([#172](https://github.com/alloy-rs/svm-rs/issues/172))
1825

0 commit comments

Comments
 (0)