Skip to content

Commit 6f9d1e1

Browse files
committed
chore: release 0.5.20
1 parent d60c952 commit 6f9d1e1

File tree

5 files changed

+137
-161
lines changed

5 files changed

+137
-161
lines changed

CHANGELOG.md

Lines changed: 62 additions & 24 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.20](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.20) - 2025-11-18
9+
10+
### Features
11+
12+
- Add support for 0.8.31-pre ([#175](https://github.com/alloy-rs/svm-rs/issues/175))
13+
14+
### Miscellaneous Tasks
15+
16+
- Support for Windows ARM64 ([#174](https://github.com/alloy-rs/svm-rs/issues/174))
17+
- Edited the link to the badge ([#171](https://github.com/alloy-rs/svm-rs/issues/171))
18+
- Improve UnknownVersion error message ([#172](https://github.com/alloy-rs/svm-rs/issues/172))
19+
820
## [0.5.19](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.19) - 2025-08-13
921

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

1426
### Miscellaneous Tasks
1527

28+
- Release 0.5.19
1629
- Use cargo-dist to build binaries ([#170](https://github.com/alloy-rs/svm-rs/issues/170))
1730

1831
## [0.5.18](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.18) - 2025-08-12
@@ -209,6 +222,55 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
209222

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

251313
### Dependencies
252314

253-
- Bump deps ([#123](https://github.com/alloy-rs/svm-rs/issues/123))
254-
- Update dependencies and lockfile ([#114](https://github.com/alloy-rs/svm-rs/issues/114))
255-
- Merge pull request [#112](https://github.com/alloy-rs/svm-rs/issues/112) from alloy-rs/matt/bump-solc-0.8.24
256-
- Merge pull request [#110](https://github.com/alloy-rs/svm-rs/issues/110) from alloy-rs/matt/patch-bump
257315
- Merge pull request [#101](https://github.com/alloy-rs/svm-rs/issues/101) from alloy-rs/matt/bump-dep
258316
- Bump dep
259317
- Merge pull request [#98](https://github.com/alloy-rs/svm-rs/issues/98) from alloy-rs/matt/bump-version123123
@@ -301,8 +359,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
301359

302360
### Features
303361

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

335391
### Miscellaneous Tasks
336392

337-
- Release 0.5.1
338-
- Remove readme in manifests
339-
- Improve data dir is not a directory error msg ([#126](https://github.com/alloy-rs/svm-rs/issues/126))
340-
- Release 0.5.0 ([#124](https://github.com/alloy-rs/svm-rs/issues/124))
341-
- Release 0.4.1 ([#122](https://github.com/alloy-rs/svm-rs/issues/122))
342-
- Release 0.4.0 ([#120](https://github.com/alloy-rs/svm-rs/issues/120))
343-
- Release 0.3.6 ([#119](https://github.com/alloy-rs/svm-rs/issues/119))
344-
- [meta] Improve CI, use workspace.package ([#115](https://github.com/alloy-rs/svm-rs/issues/115))
345-
- Release 0.3.5
346-
- Release 0.3.5
347-
- Solc 0.8.24
348393
- Release 0.3.4
349394
- Update readme install instructions
350395
- Remove todo
@@ -401,8 +446,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
401446

402447
### Other
403448

404-
- Replace `zip` with `zip_next` ([#127](https://github.com/alloy-rs/svm-rs/issues/127))
405-
- Merge pull request [#113](https://github.com/alloy-rs/svm-rs/issues/113) from alloy-rs/matt/0.305
406449
- Merge pull request [#109](https://github.com/alloy-rs/svm-rs/issues/109) from alloy-rs/matt/add-release.tmol
407450
- Merge branch 'master' into matt/add-release.tmol
408451
- Merge pull request [#107](https://github.com/alloy-rs/svm-rs/issues/107) from alloy-rs/matt/update-readme
@@ -508,11 +551,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
508551
- Basic readme
509552
- First commit
510553

511-
### Refactor
512-
513-
- Split out lib.rs into more modules ([#117](https://github.com/alloy-rs/svm-rs/issues/117))
514-
- Library ([#116](https://github.com/alloy-rs/svm-rs/issues/116))
515-
516554
### Styling
517555

518556
- 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.19"
6+
version = "0.5.20"
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.19", path = "crates/svm-rs", default-features = false }
41+
svm = { package = "svm-rs", version = "0.5.20", 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: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,46 +5,55 @@ 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.18](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.18) - 2025-08-12
8+
## [0.5.19](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.19) - 2025-08-13
99

1010
### Miscellaneous Tasks
1111

12-
- Release 0.5.18
13-
- [meta] Add CHANGELOG.md generation ([#165](https://github.com/alloy-rs/svm-rs/issues/165))
12+
- Release 0.5.19
13+
14+
## [0.5.18](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.18) - 2025-08-12
1415

15-
## [0.5.16](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.16) - 2025-05-07
16+
### Features
17+
18+
- Add android-aarch64 support ([#151](https://github.com/alloy-rs/svm-rs/issues/151))
19+
- Improve release profile ([#145](https://github.com/alloy-rs/svm-rs/issues/145))
1620

1721
### Miscellaneous Tasks
1822

23+
- Release 0.5.18
24+
- [meta] Add CHANGELOG.md generation ([#165](https://github.com/alloy-rs/svm-rs/issues/165))
1925
- Remove build_const dependency ([#161](https://github.com/alloy-rs/svm-rs/issues/161))
26+
- Clippy
27+
- Remove readme in manifests
28+
- [meta] Improve CI, use workspace.package ([#115](https://github.com/alloy-rs/svm-rs/issues/115))
2029

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

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

25-
- Add android-aarch64 support ([#151](https://github.com/alloy-rs/svm-rs/issues/151))
34+
### Refactor
2635

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

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

31-
- Improve release profile ([#145](https://github.com/alloy-rs/svm-rs/issues/145))
40+
### Dependencies
3241

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

3544
### Miscellaneous Tasks
3645

37-
- Clippy
46+
- Release 0.3.5
47+
- Release 0.3.5
3848

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

4151
### Bug Fixes
4252

4353
- Fix the formatting
4454

4555
### Dependencies
4656

47-
- Merge pull request [#110](https://github.com/alloy-rs/svm-rs/issues/110) from alloy-rs/matt/patch-bump
4857
- Merge pull request [#101](https://github.com/alloy-rs/svm-rs/issues/101) from alloy-rs/matt/bump-dep
4958
- Bump dep
5059
- Merge pull request [#98](https://github.com/alloy-rs/svm-rs/issues/98) from alloy-rs/matt/bump-version123123
@@ -57,17 +66,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5766

5867
### Miscellaneous Tasks
5968

60-
- Remove readme in manifests
61-
- [meta] Improve CI, use workspace.package ([#115](https://github.com/alloy-rs/svm-rs/issues/115))
62-
- Release 0.3.5
63-
- Release 0.3.5
6469
- Release 0.3.4
6570
- Update versions
6671
- Patch bumps
6772

6873
### Other
6974

70-
- Merge pull request [#113](https://github.com/alloy-rs/svm-rs/issues/113) from alloy-rs/matt/0.305
7175
- Merge pull request [#100](https://github.com/alloy-rs/svm-rs/issues/100) from alloy-rs/evalir/0.8.23
7276
- Merge branch 'master' into victor/fix-setup-svm-dir-race
7377
- Merge pull request [#97](https://github.com/alloy-rs/svm-rs/issues/97) from alloy-rs/evalir/0.8.22
@@ -79,10 +83,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7983
- Merge pull request [#81](https://github.com/alloy-rs/svm-rs/issues/81) from DaniPopes/split-crates
8084
- Split crates
8185

82-
### Refactor
83-
84-
- Library ([#116](https://github.com/alloy-rs/svm-rs/issues/116))
85-
8686
### Styling
8787

8888
- Clippy/fmt

0 commit comments

Comments
 (0)