Skip to content

Commit 99fe67b

Browse files
committed
chore: release 0.5.22
1 parent f277539 commit 99fe67b

File tree

5 files changed

+199
-109
lines changed

5 files changed

+199
-109
lines changed

CHANGELOG.md

Lines changed: 34 additions & 49 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.22](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.22) - 2025-12-04
9+
10+
### Bug Fixes
11+
12+
- [svm-builds] Handle prerelease solidity versions ([#179](https://github.com/alloy-rs/svm-rs/issues/179))
13+
814
## [0.5.21](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.21) - 2025-11-19
915

1016
### Features
1117

1218
- Support solc prereleases ([#176](https://github.com/alloy-rs/svm-rs/issues/176))
1319

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

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

230240
- Filter for universal macos ([#121](https://github.com/alloy-rs/svm-rs/issues/121))
231241
- Fix loading peer certificates for corporate networks ([#83](https://github.com/alloy-rs/svm-rs/issues/83))
232-
233-
### Dependencies
234-
235-
- Bump deps ([#123](https://github.com/alloy-rs/svm-rs/issues/123))
236-
- Update dependencies and lockfile ([#114](https://github.com/alloy-rs/svm-rs/issues/114))
237-
238-
### Features
239-
240-
- [solc] Support rustup-like version specifiers (`+x.y.z`) ([#125](https://github.com/alloy-rs/svm-rs/issues/125))
241-
- Add support for 0.8.25 ([#118](https://github.com/alloy-rs/svm-rs/issues/118))
242-
243-
### Miscellaneous Tasks
244-
245-
- Release 0.5.1
246-
- Remove readme in manifests
247-
- Improve data dir is not a directory error msg ([#126](https://github.com/alloy-rs/svm-rs/issues/126))
248-
- Release 0.5.0 ([#124](https://github.com/alloy-rs/svm-rs/issues/124))
249-
- Release 0.4.1 ([#122](https://github.com/alloy-rs/svm-rs/issues/122))
250-
- Release 0.4.0 ([#120](https://github.com/alloy-rs/svm-rs/issues/120))
251-
- Release 0.3.6 ([#119](https://github.com/alloy-rs/svm-rs/issues/119))
252-
- [meta] Improve CI, use workspace.package ([#115](https://github.com/alloy-rs/svm-rs/issues/115))
253-
254-
### Other
255-
256-
- Replace `zip` with `zip_next` ([#127](https://github.com/alloy-rs/svm-rs/issues/127))
257-
- Merge pull request [#113](https://github.com/alloy-rs/svm-rs/issues/113) from alloy-rs/matt/0.305
258-
259-
### Refactor
260-
261-
- Split out lib.rs into more modules ([#117](https://github.com/alloy-rs/svm-rs/issues/117))
262-
- Library ([#116](https://github.com/alloy-rs/svm-rs/issues/116))
263-
264-
## [0.3.5](https://github.com/alloy-rs/svm-rs/releases/tag/v0.3.5) - 2024-01-27
265-
266-
### Dependencies
267-
268-
- Merge pull request [#112](https://github.com/alloy-rs/svm-rs/issues/112) from alloy-rs/matt/bump-solc-0.8.24
269-
- Merge pull request [#110](https://github.com/alloy-rs/svm-rs/issues/110) from alloy-rs/matt/patch-bump
270-
271-
### Miscellaneous Tasks
272-
273-
- Release 0.3.5
274-
- Release 0.3.5
275-
- Solc 0.8.24
276-
277-
## [0.3.4](https://github.com/alloy-rs/svm-rs/releases/tag/v0.3.4) - 2024-01-23
278-
279-
### Bug Fixes
280-
281242
- Fix various regression on latest refactor
282243
- Fix race condition between instances of svm in setting up the SVM directory
283244
- Bump lock
@@ -319,6 +280,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
319280

320281
### Dependencies
321282

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
322287
- Merge pull request [#101](https://github.com/alloy-rs/svm-rs/issues/101) from alloy-rs/matt/bump-dep
323288
- Bump dep
324289
- Merge pull request [#98](https://github.com/alloy-rs/svm-rs/issues/98) from alloy-rs/matt/bump-version123123
@@ -366,6 +331,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
366331

367332
### Features
368333

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))
369336
- Add release.toml
370337
- New linux bins
371338
- Change shas for macOS
@@ -397,6 +364,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
397364

398365
### Miscellaneous Tasks
399366

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
400378
- Release 0.3.4
401379
- Update readme install instructions
402380
- Remove todo
@@ -453,6 +431,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
453431

454432
### Other
455433

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
456436
- Merge pull request [#109](https://github.com/alloy-rs/svm-rs/issues/109) from alloy-rs/matt/add-release.tmol
457437
- Merge branch 'master' into matt/add-release.tmol
458438
- Merge pull request [#107](https://github.com/alloy-rs/svm-rs/issues/107) from alloy-rs/matt/update-readme
@@ -558,6 +538,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
558538
- Basic readme
559539
- First commit
560540

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+
561546
### Styling
562547

563548
- 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.21"
6+
version = "0.5.22"
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.21", path = "crates/svm-rs", default-features = false }
41+
svm = { package = "svm-rs", version = "0.5.22", 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: 36 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.22](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.22) - 2025-12-04
9+
10+
### Bug Fixes
11+
12+
- [svm-builds] Handle prerelease solidity versions ([#179](https://github.com/alloy-rs/svm-rs/issues/179))
13+
14+
## [0.5.21](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.21) - 2025-11-19
15+
16+
### Miscellaneous Tasks
17+
18+
- Release 0.5.21
19+
820
## [0.5.20](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.20) - 2025-11-18
921

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

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

22-
### Features
23-
24-
- Add android-aarch64 support ([#151](https://github.com/alloy-rs/svm-rs/issues/151))
25-
- Improve release profile ([#145](https://github.com/alloy-rs/svm-rs/issues/145))
26-
2734
### Miscellaneous Tasks
2835

2936
- Release 0.5.18
3037
- [meta] Add CHANGELOG.md generation ([#165](https://github.com/alloy-rs/svm-rs/issues/165))
38+
39+
## [0.5.16](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.16) - 2025-05-07
40+
41+
### Miscellaneous Tasks
42+
3143
- Remove build_const dependency ([#161](https://github.com/alloy-rs/svm-rs/issues/161))
32-
- Clippy
33-
- Remove readme in manifests
34-
- [meta] Improve CI, use workspace.package ([#115](https://github.com/alloy-rs/svm-rs/issues/115))
3544

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

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

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

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

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

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

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

5059
### Miscellaneous Tasks
5160

52-
- Release 0.3.5
53-
- Release 0.3.5
61+
- Clippy
5462

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

5765
### Bug Fixes
5866

5967
- Fix the formatting
6068

6169
### Dependencies
6270

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

7382
### Miscellaneous Tasks
7483

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
7588
- Release 0.3.4
7689
- Update versions
7790
- Patch bumps
7891

7992
### Other
8093

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

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

94112
- Clippy/fmt

0 commit comments

Comments
 (0)