Skip to content

Commit 3395441

Browse files
committed
chore: release 0.5.19
1 parent 2c6b537 commit 3395441

File tree

5 files changed

+23
-4
lines changed

5 files changed

+23
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.19](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.19) - 2025-08-13
9+
10+
### Features
11+
12+
- Add aliases `ls`, `i`, and `rm` ([#168](https://github.com/alloy-rs/svm-rs/issues/168))
13+
14+
### Miscellaneous Tasks
15+
16+
- Use cargo-dist to build binaries ([#170](https://github.com/alloy-rs/svm-rs/issues/170))
17+
818
## [0.5.18](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.18) - 2025-08-12
919

1020
### Dependencies
@@ -18,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1828

1929
### Miscellaneous Tasks
2030

31+
- Release 0.5.18
2132
- [meta] Add CHANGELOG.md generation ([#165](https://github.com/alloy-rs/svm-rs/issues/165))
2233

2334
## [0.5.17](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.17) - 2025-07-23

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.18"
6+
version = "0.5.19"
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.18", path = "crates/svm-rs", default-features = false }
41+
svm = { package = "svm-rs", version = "0.5.19", 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Miscellaneous Tasks
1111

12+
- Release 0.5.18
1213
- [meta] Add CHANGELOG.md generation ([#165](https://github.com/alloy-rs/svm-rs/issues/165))
1314

1415
## [0.5.16](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.16) - 2025-05-07

crates/svm-rs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.19](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.19) - 2025-08-13
9+
10+
### Features
11+
12+
- Add aliases `ls`, `i`, and `rm` ([#168](https://github.com/alloy-rs/svm-rs/issues/168))
13+
814
## [0.5.18](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.18) - 2025-08-12
915

1016
### Dependencies
@@ -18,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1824

1925
### Miscellaneous Tasks
2026

27+
- Release 0.5.18
2128
- [meta] Add CHANGELOG.md generation ([#165](https://github.com/alloy-rs/svm-rs/issues/165))
2229

2330
## [0.5.17](https://github.com/alloy-rs/svm-rs/releases/tag/v0.5.17) - 2025-07-23

0 commit comments

Comments
 (0)