chore(release): v0.2.1 (#3)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

### Docs
- add a small readme

Co-authored-by: cuddle-please <bot@cuddle.sh>
Reviewed-on: #3
This commit is contained in:
Kasper Juul Hermansen 2024-08-07 15:06:33 +02:00
parent 7c08d7a5df
commit ffa3efd99c
2 changed files with 6 additions and 1 deletions

View File

@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.2.1] - 2024-08-07
### Docs
- add a small readme
## [0.2.0] - 2024-08-07 ## [0.2.0] - 2024-08-07
### Added ### Added

View File

@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "2" resolver = "2"
[workspace.package] [workspace.package]
version = "0.2.0" version = "0.2.1"
[workspace.dependencies] [workspace.dependencies]
mad = { path = "crates/mad" } mad = { path = "crates/mad" }