Skip to content

Commit f2d06db

Browse files
committed
chore: release v0.6.3
1 parent f6cf1ae commit f2d06db

3 files changed

Lines changed: 16 additions & 4 deletions

File tree

CHANGELOG.md

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

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

5+
## [0.6.3](https://github.com/stack-rs/mitosis/compare/mito-v0.6.2...mito-v0.6.3) - 2025-09-29
6+
7+
### Miscellaneous Tasks
8+
9+
- *(release)* Update cargo-dist installer version - ([93e84c7](https://github.com/stack-rs/mitosis/commit/93e84c7e1105e5b824852fda5fc2de63b7497c3a))
10+
11+
### Build
12+
13+
- *(musl)* Bump aws-lc-rs and aws-lc-sys to newest - ([f6cf1ae](https://github.com/stack-rs/mitosis/commit/f6cf1ae36c7029351a40e190e992edfa0145787b))
14+
- *(musl)* Downgrade aws-lc-rs version - ([5b4b626](https://github.com/stack-rs/mitosis/commit/5b4b62656bcc23a8f3af14f70ec5b08625a9c398))
15+
16+
517
## [0.6.2](https://github.com/stack-rs/mitosis/compare/mito-v0.6.1...mito-v0.6.2) - 2025-09-26
618

719
### 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.6.2"
6+
version = "0.6.3"
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.6.2" }
55+
netmito = { path = "netmito", version = "0.6.3" }
5656
shadow-rs = { version = "1.3.0", default-features = false }
5757
tokio = { workspace = true }
5858
tracing = { workspace = true }

0 commit comments

Comments
 (0)