chore(release): v0.7.2 #14

Open
kjuulh wants to merge 1 commits from cuddle-please/release into main
2 changed files with 8 additions and 1 deletions
Showing only changes of commit 3251e7d60d - Show all commits

View File

@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.7.2] - 2024-12-04
### Other
- *(deps)* update all dependencies (#16)
- *(deps)* update rust crate tracing-subscriber to v0.3.19 (#15)
- *(deps)* update rust crate tracing to v0.1.41 (#13)
## [0.7.1] - 2024-11-24
### Fixed

View File

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