chore(release): v0.7.0 #11

Merged
kjuulh merged 1 commits from cuddle-please/release into main 2024-11-24 10:49:56 +01:00
2 changed files with 9 additions and 1 deletions
Showing only changes of commit cc2722cf9e - Show all commits

View File

@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.7.0] - 2024-11-24
### Added
- actually bubble up errors
### Fixed
- *(deps)* update rust crate thiserror to v2 (#9)
## [0.6.0] - 2024-11-23
### Added

View File

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