Skip to content

Releases: dtolnay/anyhow

1.0.13

13 Oct 16:11
1.0.13
d7c37d6
Compare
Choose a tag to compare
  • Support building with dev toolchains older than 1.40.0-nightly (#20)

1.0.12

12 Oct 01:33
1.0.12
f432c46
Compare
Choose a tag to compare
  • Improve return type inference when calling .context(...) on a Result (#18)

1.0.11

10 Oct 03:11
1.0.11
Compare
Choose a tag to compare
  • Fix UB when accessing errors with large alignment (#16, thanks @johnschug)

1.0.10

09 Oct 18:15
1.0.10
db8fa67
Compare
Choose a tag to compare
  • Documentation improvements: show example of thiserror's derive(Error)

1.0.9

09 Oct 06:12
1.0.9
4a47e13
Compare
Choose a tag to compare
  • Seal the Context trait as it is not intended to be implemented outside of anyhow

1.0.8

09 Oct 06:12
1.0.8
c31e708
Compare
Choose a tag to compare
  • Preserve the source and backtrace of error expressions passed to anyhow!($expr)

1.0.7

09 Oct 06:11
1.0.7
d0c25a6
Compare
Choose a tag to compare

yanked

1.0.6

08 Oct 22:39
1.0.6
89df7af
Compare
Choose a tag to compare
  • Preserve source and backtrace when converting from anyhow::Error to Box<dyn std::error::Error + Send + Sync>

1.0.5

08 Oct 18:30
1.0.5
8aa46c4
Compare
Choose a tag to compare
  • Add impl From<anyhow::Error> for Box<dyn std::error::Error + Send + Sync + 'static> (#10)

1.0.4

08 Oct 15:22
1.0.4
cc6501e
Compare
Choose a tag to compare
  • Make the Result type alias more flexible (#11, thanks @amesgen)