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

chore(release): 0.8.0

Co-authored-by: cuddle-please <bot@cuddle.sh>
Reviewed-on: #34
This commit is contained in:
2025-08-09 14:57:12 +02:00
parent c18c8a885c
commit eb360e565c
2 changed files with 7 additions and 1 deletions

View File

@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.8.0] - 2025-08-08
### Added
- add docs
- update readme
## [0.7.5] - 2025-07-24
### Added

View File

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