Compare commits

..

1 Commits

Author SHA1 Message Date
cuddle-please
33255ea6fd chore(release): 0.3.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-01-09 05:29:49 +00:00
2 changed files with 5 additions and 7 deletions

View File

@ -6,10 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.3.1] - 2025-01-11
## [0.3.1] - 2025-01-09
### Fixed
- *(deps)* update rust crate thiserror to v2.0.11
- *(deps)* update all dependencies
- *(deps)* update rust crate async-trait to v0.1.85
- *(deps)* update rust crate thiserror to v2.0.9
@ -20,7 +19,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- *(deps)* update all dependencies
- *(deps)* update rust crate tracing to v0.1.41
- Configure Renovate (#4)
Add renovate.json
## [0.3.0] - 2024-12-13

8
Cargo.lock generated
View File

@ -366,18 +366,18 @@ dependencies = [
[[package]]
name = "thiserror"
version = "2.0.11"
version = "2.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
checksum = "a3ac7f54ca534db81081ef1c1e7f6ea8a3ef428d2fc069097c079443d24124d3"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "2.0.11"
version = "2.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
checksum = "9e9465d30713b56a37ede7185763c3492a91be2f5fa68d958c44e41ab9248beb"
dependencies = [
"proc-macro2",
"quote",