Skip to content

Commit 030db40

Browse files
committed
chore: release 0.5.23
1 parent 46521d9 commit 030db40

File tree

5 files changed

+133
-167
lines changed

5 files changed

+133
-167
lines changed

CHANGELOG.md

Lines changed: 59 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,22 @@ 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.23](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.23) - 2026-01-06
9+
10+
### Other
11+
12+
- Use Official `linux-arm64` Binaries ([#182](https://github.com/alloy-rs/svm-rs/issues/182))
13+
814
## [0.5.22](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.22) - 2025-12-04
915

1016
### Bug Fixes
1117

1218
- [svm-builds] Handle prerelease solidity versions ([#179](https://github.com/alloy-rs/svm-rs/issues/179))
1319

20+
### Miscellaneous Tasks
21+
22+
- Release 0.5.22
23+
1424
## [0.5.21](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.21) - 2025-11-19
1525

1626
### Features
@@ -239,6 +249,55 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
239249

240250
- Filter for universal macos ([#121](https://github.com/alloy-rs/svm-rs/issues/121))
241251
- Fix loading peer certificates for corporate networks ([#83](https://github.com/alloy-rs/svm-rs/issues/83))
252+
253+
### Dependencies
254+
255+
- Bump deps ([#123](https://github.com/alloy-rs/svm-rs/issues/123))
256+
- Update dependencies and lockfile ([#114](https://github.com/alloy-rs/svm-rs/issues/114))
257+
258+
### Features
259+
260+
- [solc] Support rustup-like version specifiers (`+x.y.z`) ([#125](https://github.com/alloy-rs/svm-rs/issues/125))
261+
- Add support for 0.8.25 ([#118](https://github.com/alloy-rs/svm-rs/issues/118))
262+
263+
### Miscellaneous Tasks
264+
265+
- Release 0.5.1
266+
- Remove readme in manifests
267+
- Improve data dir is not a directory error msg ([#126](https://github.com/alloy-rs/svm-rs/issues/126))
268+
- Release 0.5.0 ([#124](https://github.com/alloy-rs/svm-rs/issues/124))
269+
- Release 0.4.1 ([#122](https://github.com/alloy-rs/svm-rs/issues/122))
270+
- Release 0.4.0 ([#120](https://github.com/alloy-rs/svm-rs/issues/120))
271+
- Release 0.3.6 ([#119](https://github.com/alloy-rs/svm-rs/issues/119))
272+
- [meta] Improve CI, use workspace.package ([#115](https://github.com/alloy-rs/svm-rs/issues/115))
273+
274+
### Other
275+
276+
- Replace `zip` with `zip_next` ([#127](https://github.com/alloy-rs/svm-rs/issues/127))
277+
- Merge pull request [#113](https://github.com/alloy-rs/svm-rs/issues/113) from alloy-rs/matt/0.305
278+
279+
### Refactor
280+
281+
- Split out lib.rs into more modules ([#117](https://github.com/alloy-rs/svm-rs/issues/117))
282+
- Library ([#116](https://github.com/alloy-rs/svm-rs/issues/116))
283+
284+
## [0.3.5](https://github.com/alloy-rs/svm-rs/releases/tag/v0.3.5) - 2024-01-27
285+
286+
### Dependencies
287+
288+
- Merge pull request [#112](https://github.com/alloy-rs/svm-rs/issues/112) from alloy-rs/matt/bump-solc-0.8.24
289+
- Merge pull request [#110](https://github.com/alloy-rs/svm-rs/issues/110) from alloy-rs/matt/patch-bump
290+
291+
### Miscellaneous Tasks
292+
293+
- Release 0.3.5
294+
- Release 0.3.5
295+
- Solc 0.8.24
296+
297+
## [0.3.4](https://github.com/alloy-rs/svm-rs/releases/tag/v0.3.4) - 2024-01-23
298+
299+
### Bug Fixes
300+
242301
- Fix various regression on latest refactor
243302
- Fix race condition between instances of svm in setting up the SVM directory
244303
- Bump lock
@@ -280,10 +339,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
280339

281340
### Dependencies
282341

283-
- Bump deps ([#123](https://github.com/alloy-rs/svm-rs/issues/123))
284-
- Update dependencies and lockfile ([#114](https://github.com/alloy-rs/svm-rs/issues/114))
285-
- Merge pull request [#112](https://github.com/alloy-rs/svm-rs/issues/112) from alloy-rs/matt/bump-solc-0.8.24
286-
- Merge pull request [#110](https://github.com/alloy-rs/svm-rs/issues/110) from alloy-rs/matt/patch-bump
287342
- Merge pull request [#101](https://github.com/alloy-rs/svm-rs/issues/101) from alloy-rs/matt/bump-dep
288343
- Bump dep
289344
- Merge pull request [#98](https://github.com/alloy-rs/svm-rs/issues/98) from alloy-rs/matt/bump-version123123
@@ -331,8 +386,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
331386

332387
### Features
333388

334-
- [solc] Support rustup-like version specifiers (`+x.y.z`) ([#125](https://github.com/alloy-rs/svm-rs/issues/125))
335-
- Add support for 0.8.25 ([#118](https://github.com/alloy-rs/svm-rs/issues/118))
336389
- Add release.toml
337390
- New linux bins
338391
- Change shas for macOS
@@ -364,17 +417,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
364417

365418
### Miscellaneous Tasks
366419

367-
- Release 0.5.1
368-
- Remove readme in manifests
369-
- Improve data dir is not a directory error msg ([#126](https://github.com/alloy-rs/svm-rs/issues/126))
370-
- Release 0.5.0 ([#124](https://github.com/alloy-rs/svm-rs/issues/124))
371-
- Release 0.4.1 ([#122](https://github.com/alloy-rs/svm-rs/issues/122))
372-
- Release 0.4.0 ([#120](https://github.com/alloy-rs/svm-rs/issues/120))
373-
- Release 0.3.6 ([#119](https://github.com/alloy-rs/svm-rs/issues/119))
374-
- [meta] Improve CI, use workspace.package ([#115](https://github.com/alloy-rs/svm-rs/issues/115))
375-
- Release 0.3.5
376-
- Release 0.3.5
377-
- Solc 0.8.24
378420
- Release 0.3.4
379421
- Update readme install instructions
380422
- Remove todo
@@ -431,8 +473,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
431473

432474
### Other
433475

434-
- Replace `zip` with `zip_next` ([#127](https://github.com/alloy-rs/svm-rs/issues/127))
435-
- Merge pull request [#113](https://github.com/alloy-rs/svm-rs/issues/113) from alloy-rs/matt/0.305
436476
- Merge pull request [#109](https://github.com/alloy-rs/svm-rs/issues/109) from alloy-rs/matt/add-release.tmol
437477
- Merge branch 'master' into matt/add-release.tmol
438478
- Merge pull request [#107](https://github.com/alloy-rs/svm-rs/issues/107) from alloy-rs/matt/update-readme
@@ -538,11 +578,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
538578
- Basic readme
539579
- First commit
540580

541-
### Refactor
542-
543-
- Split out lib.rs into more modules ([#117](https://github.com/alloy-rs/svm-rs/issues/117))
544-
- Library ([#116](https://github.com/alloy-rs/svm-rs/issues/116))
545-
546581
### Styling
547582

548583
- Clippy/fmt

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.22"
6+
version = "0.5.23"
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.22", path = "crates/svm-rs", default-features = false }
41+
svm = { package = "svm-rs", version = "0.5.23", 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: 22 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- [svm-builds] Handle prerelease solidity versions ([#179](https://github.com/alloy-rs/svm-rs/issues/179))
1313

14+
### Miscellaneous Tasks
15+
16+
- Release 0.5.22
17+
1418
## [0.5.21](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.21) - 2025-11-19
1519

1620
### Miscellaneous Tasks
@@ -31,44 +35,47 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3135

3236
## [0.5.18](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.18) - 2025-08-12
3337

34-
### Miscellaneous Tasks
35-
36-
- Release 0.5.18
37-
- [meta] Add CHANGELOG.md generation ([#165](https://github.com/alloy-rs/svm-rs/issues/165))
38+
### Features
3839

39-
## [0.5.16](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.16) - 2025-05-07
40+
- Add android-aarch64 support ([#151](https://github.com/alloy-rs/svm-rs/issues/151))
41+
- Improve release profile ([#145](https://github.com/alloy-rs/svm-rs/issues/145))
4042

4143
### Miscellaneous Tasks
4244

45+
- Release 0.5.18
46+
- [meta] Add CHANGELOG.md generation ([#165](https://github.com/alloy-rs/svm-rs/issues/165))
4347
- Remove build_const dependency ([#161](https://github.com/alloy-rs/svm-rs/issues/161))
48+
- Clippy
49+
- Remove readme in manifests
50+
- [meta] Improve CI, use workspace.package ([#115](https://github.com/alloy-rs/svm-rs/issues/115))
4451

45-
## [0.5.11](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.11) - 2025-01-28
52+
### Other
4653

47-
### Features
54+
- Merge pull request [#113](https://github.com/alloy-rs/svm-rs/issues/113) from alloy-rs/matt/0.305
4855

49-
- Add android-aarch64 support ([#151](https://github.com/alloy-rs/svm-rs/issues/151))
56+
### Refactor
5057

51-
## [0.5.8](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.8) - 2024-10-14
58+
- Library ([#116](https://github.com/alloy-rs/svm-rs/issues/116))
5259

53-
### Features
60+
## [0.3.5](https://github.com/alloy-rs/svm-rs/releases/tag/v0.3.5) - 2024-01-27
5461

55-
- Improve release profile ([#145](https://github.com/alloy-rs/svm-rs/issues/145))
62+
### Dependencies
5663

57-
## [0.5.6](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.6) - 2024-08-27
64+
- Merge pull request [#110](https://github.com/alloy-rs/svm-rs/issues/110) from alloy-rs/matt/patch-bump
5865

5966
### Miscellaneous Tasks
6067

61-
- Clippy
68+
- Release 0.3.5
69+
- Release 0.3.5
6270

63-
## [0.5.1](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.1) - 2024-04-10
71+
## [0.3.4](https://github.com/alloy-rs/svm-rs/releases/tag/v0.3.4) - 2024-01-23
6472

6573
### Bug Fixes
6674

6775
- Fix the formatting
6876

6977
### Dependencies
7078

71-
- Merge pull request [#110](https://github.com/alloy-rs/svm-rs/issues/110) from alloy-rs/matt/patch-bump
7279
- Merge pull request [#101](https://github.com/alloy-rs/svm-rs/issues/101) from alloy-rs/matt/bump-dep
7380
- Bump dep
7481
- Merge pull request [#98](https://github.com/alloy-rs/svm-rs/issues/98) from alloy-rs/matt/bump-version123123
@@ -81,17 +88,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8188

8289
### Miscellaneous Tasks
8390

84-
- Remove readme in manifests
85-
- [meta] Improve CI, use workspace.package ([#115](https://github.com/alloy-rs/svm-rs/issues/115))
86-
- Release 0.3.5
87-
- Release 0.3.5
8891
- Release 0.3.4
8992
- Update versions
9093
- Patch bumps
9194

9295
### Other
9396

94-
- Merge pull request [#113](https://github.com/alloy-rs/svm-rs/issues/113) from alloy-rs/matt/0.305
9597
- Merge pull request [#100](https://github.com/alloy-rs/svm-rs/issues/100) from alloy-rs/evalir/0.8.23
9698
- Merge branch 'master' into victor/fix-setup-svm-dir-race
9799
- Merge pull request [#97](https://github.com/alloy-rs/svm-rs/issues/97) from alloy-rs/evalir/0.8.22
@@ -103,10 +105,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
103105
- Merge pull request [#81](https://github.com/alloy-rs/svm-rs/issues/81) from DaniPopes/split-crates
104106
- Split crates
105107

106-
### Refactor
107-
108-
- Library ([#116](https://github.com/alloy-rs/svm-rs/issues/116))
109-
110108
### Styling
111109

112110
- Clippy/fmt

0 commit comments

Comments
 (0)