chore(release): v0.2.0 (#2)
### Added - with ctrl-c signal Co-authored-by: cuddle-please <bot@cuddle.sh> Reviewed-on: #2
This commit is contained in:
parent
56cc671593
commit
6b481ba2af
@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.2.0] - 2024-08-07
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- with ctrl-c signal
|
||||||
|
|
||||||
## [0.1.0] - 2024-08-07
|
## [0.1.0] - 2024-08-07
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -3,7 +3,7 @@ members = ["crates/*"]
|
|||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
mad = { path = "crates/mad" }
|
mad = { path = "crates/mad" }
|
||||||
|
Loading…
Reference in New Issue
Block a user