Skip to content

Commit 4f347db

Browse files
committed
chore: release 0.5.18
1 parent 1087068 commit 4f347db

File tree

5 files changed

+32
-8
lines changed

5 files changed

+32
-8
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,21 @@ 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.17](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.17) - 2025-08-12
8+
## [0.5.18](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.18) - 2025-08-12
9+
10+
### Dependencies
11+
12+
- Bump to edition 2024 ([#167](https://github.com/alloy-rs/svm-rs/issues/167))
13+
- Bump to Rust 1.89 ([#166](https://github.com/alloy-rs/svm-rs/issues/166))
914

1015
### Features
1116

1217
- Make svm list work offline ([#164](https://github.com/alloy-rs/svm-rs/issues/164))
1318

19+
### Miscellaneous Tasks
20+
21+
- [meta] Add CHANGELOG.md generation ([#165](https://github.com/alloy-rs/svm-rs/issues/165))
22+
1423
## [0.5.17](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.17) - 2025-07-23
1524

1625
### Dependencies

Cargo.lock

Lines changed: 3 additions & 3 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.17"
6+
version = "0.5.18"
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.17", path = "crates/svm-rs", default-features = false }
41+
svm = { package = "svm-rs", version = "0.5.18", 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: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ 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.17](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.17) - 2025-08-12
8+
## [0.5.18](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.18) - 2025-08-12
9+
10+
### Miscellaneous Tasks
11+
12+
- [meta] Add CHANGELOG.md generation ([#165](https://github.com/alloy-rs/svm-rs/issues/165))
13+
14+
## [0.5.16](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.16) - 2025-05-07
915

1016
### Miscellaneous Tasks
1117

crates/svm-rs/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,21 @@ 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.17](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.17) - 2025-08-12
8+
## [0.5.18](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.18) - 2025-08-12
9+
10+
### Dependencies
11+
12+
- Bump to edition 2024 ([#167](https://github.com/alloy-rs/svm-rs/issues/167))
13+
- Bump to Rust 1.89 ([#166](https://github.com/alloy-rs/svm-rs/issues/166))
914

1015
### Features
1116

1217
- Make svm list work offline ([#164](https://github.com/alloy-rs/svm-rs/issues/164))
1318

19+
### Miscellaneous Tasks
20+
21+
- [meta] Add CHANGELOG.md generation ([#165](https://github.com/alloy-rs/svm-rs/issues/165))
22+
1423
## [0.5.17](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.17) - 2025-07-23
1524

1625
### Dependencies

0 commit comments

Comments
 (0)