@@ -5,12 +5,22 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and 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
0 commit comments