1 Commits

Author SHA1 Message Date
cuddle-please
6e81f37aa7 chore(release): 0.7.5
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-07-24 20:37:52 +00:00
2 changed files with 2 additions and 5 deletions

View File

@@ -8,9 +8,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.7.5] - 2025-07-24 ## [0.7.5] - 2025-07-24
### Added
- print big inner
### Other ### Other
- more error correction - more error correction
- correct error test to not be as verbose - correct error test to not be as verbose

View File

@@ -11,10 +11,10 @@ mod waiter;
#[derive(thiserror::Error, Debug)] #[derive(thiserror::Error, Debug)]
pub enum MadError { pub enum MadError {
#[error("component: {0:#?}")] #[error("component: {0}")]
Inner(#[source] anyhow::Error), Inner(#[source] anyhow::Error),
#[error("component: {run:#?}")] #[error("component: {run}")]
RunError { run: anyhow::Error }, RunError { run: anyhow::Error },
#[error("component(s) failed: {close}")] #[error("component(s) failed: {close}")]