Skip to content

Commit 3970dff

Browse files
authored
chore: release v0.6.6
1 parent c765e80 commit 3970dff

File tree

3 files changed

+19
-8
lines changed

3 files changed

+19
-8
lines changed

CHANGELOG.md

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

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

5+
## [0.6.6](https://github.com/stack-rs/mitosis/compare/mito-v0.6.5...mito-v0.6.6) - 2025-11-03
6+
7+
### Documentation
8+
9+
- *(guide)* Update guidance to include new features - ([c765e80](https://github.com/stack-rs/mitosis/commit/c765e8068eb74a0108ad4570e66a183c453b5c24))
10+
11+
### Dosc
12+
13+
- *(readme)* Add badges - ([2c8ecaf](https://github.com/stack-rs/mitosis/commit/2c8ecaf2edcc25f57cb785820dbf560cc7bcd105))
14+
15+
516
## [0.6.5](https://github.com/stack-rs/mitosis/compare/mito-v0.6.4...mito-v0.6.5) - 2025-11-02
617

718
### Features

Cargo.lock

Lines changed: 6 additions & 6 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.5"
6+
version = "0.6.6"
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.5" }
55+
netmito = { path = "netmito", version = "0.6.6" }
5656
shadow-rs = { version = "1.3.0", default-features = false }
5757
tokio = { workspace = true }
5858
tracing = { workspace = true }

0 commit comments

Comments
 (0)