Skip to content

Commit 777fe66

Browse files
committed
chore: release v0.6.1
1 parent 35aca9a commit 777fe66

File tree

3 files changed

+88
-46
lines changed

3 files changed

+88
-46
lines changed

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.1](https://github.com/stack-rs/mitosis/compare/mito-v0.6.0...mito-v0.6.1) - 2025-09-15
6+
7+
### Features
8+
9+
- *(main)* Add entrypoint of manager - ([e9537c0](https://github.com/stack-rs/mitosis/commit/e9537c042dd2d181378a269861292e2aa34fc06f))
10+
- *(worker)* Allow worker to submit downstream task - ([fe6704f](https://github.com/stack-rs/mitosis/commit/fe6704f0a14553230109e50dee624c3da03da6b4))
11+
12+
### Documentation
13+
14+
- *(guide)* Add guidance for manager - ([35aca9a](https://github.com/stack-rs/mitosis/commit/35aca9a23d14278100d2935f1fab5003e534665c))
15+
16+
517
## [0.6.0](https://github.com/stack-rs/mitosis/compare/mito-v0.5.3...mito-v0.6.0) - 2025-09-11
618

719
### Features

Cargo.lock

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

0 commit comments

Comments
 (0)