Compare commits
2 Commits
5c395c7295
...
95b7d07d25
Author | SHA1 | Date | |
---|---|---|---|
|
95b7d07d25 | ||
1e08ee3dbb |
19
CHANGELOG.md
19
CHANGELOG.md
@ -6,6 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.7.2] - 2025-01-11
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- *(deps)* update rust crate thiserror to v2.0.11 (#26)
|
||||||
|
- *(deps)* update all dependencies (#25)
|
||||||
|
- *(deps)* update rust crate async-trait to v0.1.84 (#24)
|
||||||
|
- *(deps)* update rust crate thiserror to v2.0.9 (#22)
|
||||||
|
- *(deps)* update rust crate thiserror to v2.0.8 (#21)
|
||||||
|
- *(deps)* update rust crate thiserror to v2.0.7 (#20)
|
||||||
|
- *(deps)* update rust crate thiserror to v2.0.6 (#19)
|
||||||
|
- *(deps)* update rust crate thiserror to v2.0.5 (#18)
|
||||||
|
- *(deps)* update rust crate tokio-util to v0.7.13 (#17)
|
||||||
|
|
||||||
|
### Other
|
||||||
|
- *(deps)* update rust crate anyhow to v1.0.95 (#23)
|
||||||
|
- *(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
|
## [0.7.1] - 2024-11-24
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -525,18 +525,18 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "thiserror"
|
name = "thiserror"
|
||||||
version = "2.0.10"
|
version = "2.0.11"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a3ac7f54ca534db81081ef1c1e7f6ea8a3ef428d2fc069097c079443d24124d3"
|
checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"thiserror-impl",
|
"thiserror-impl",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "thiserror-impl"
|
name = "thiserror-impl"
|
||||||
version = "2.0.10"
|
version = "2.0.11"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9e9465d30713b56a37ede7185763c3492a91be2f5fa68d958c44e41ab9248beb"
|
checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
@ -3,7 +3,7 @@ members = ["crates/*"]
|
|||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.7.1"
|
version = "0.7.2"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
mad = { path = "crates/mad" }
|
mad = { path = "crates/mad" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user