chore(release): 0.6.0
This commit is contained in:
parent
7c1b317d08
commit
6cf72d6fe3
@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.6.0] - 2024-11-23
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- adding test to make sure we can gracefully shutdown
|
||||||
|
- make sure to close down properly
|
||||||
|
|
||||||
## [0.5.0] - 2024-11-19
|
## [0.5.0] - 2024-11-19
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -3,7 +3,7 @@ members = ["crates/*"]
|
|||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.5.0"
|
version = "0.6.0"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
mad = { path = "crates/mad" }
|
mad = { path = "crates/mad" }
|
||||||
|
Loading…
Reference in New Issue
Block a user