Skip to content

Commit

Permalink
chore: release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BobAnkh authored Nov 21, 2024
1 parent 648e26b commit a38a66f
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 43 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## [0.2.1](https://github.com/stack-rs/mitosis/compare/mito-v0.2.0...mito-v0.2.1) - 2024-11-21

### Bug Fixes

- *(client)* Change interact error message display - ([57e4023](https://github.com/stack-rs/mitosis/commit/57e40239a9bdbdecc4e43dce011534716d391af0))

### Miscellaneous Tasks

- Update Cargo.lock dependencies - ([0000000](https://github.com/stack-rs/mitosis/commit/0000000))

## [0.2.0](https://github.com/stack-rs/mitosis/compare/mito-v0.1.0...mito-v0.2.0) - 2024-11-15

### Features
Expand Down
100 changes: 59 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = [".", "netmito"]
resolver = "2"

[workspace.package]
version = "0.2.0"
version = "0.2.1"
edition = "2021"
homepage = "https://github.com/stack-rs/mitosis"
repository = "https://github.com/stack-rs/mitosis"
Expand Down Expand Up @@ -68,7 +68,7 @@ categories.workspace = true

[dependencies]
clap ={ workspace = true }
netmito = { path = "netmito" , version = "0.2.0" }
netmito = { path = "netmito" , version = "0.2.1" }
tokio = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
Expand Down

0 comments on commit a38a66f

Please sign in to comment.