Skip to content

Commit 82763f6

Browse files
committed
chore: release v0.5.1
1 parent 7ab5be7 commit 82763f6

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.5.1](https://github.com/stack-rs/mitosis/compare/mito-v0.5.0...mito-v0.5.1) - 2025-08-26
6+
7+
### Build
8+
9+
- *(dist)* Add runner for x86_64-unknown-linux-musl - ([7ab5be7](https://github.com/stack-rs/mitosis/commit/7ab5be7ae98633f4e85869e4f7a085d00a76e53d))
10+
511
## [0.5.0](https://github.com/stack-rs/mitosis/compare/mito-v0.4.0...mito-v0.5.0) - 2025-08-26
612

713
### Features

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 = [".", "netmito"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.5.0"
6+
version = "0.5.1"
77
edition = "2021"
88
homepage = "https://github.com/stack-rs/mitosis"
99
repository = "https://github.com/stack-rs/mitosis"
@@ -52,7 +52,7 @@ categories.workspace = true
5252

5353
[dependencies]
5454
clap = { workspace = true }
55-
netmito = { path = "netmito", version = "0.5.0" }
55+
netmito = { path = "netmito", version = "0.5.1" }
5656
tokio = { workspace = true }
5757
tracing = { workspace = true }
5858
tracing-subscriber = { workspace = true }

0 commit comments

Comments
 (0)