@@ -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.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
0 commit comments