Skip to content

Releases: dtolnay/anyhow

1.0.16

19 Oct 21:51
1.0.16
2a5257a
Compare
Choose a tag to compare
  • Add impl From<anyhow::Error> for Box<dyn std::error::Error + 'static> (#25)

1.0.15

19 Oct 13:14
1.0.15
3570a5e
Compare
Choose a tag to compare
  • Documentation improvements

1.0.14

18 Oct 15:21
1.0.14
20fbcf3
Compare
Choose a tag to compare
  • Replace compiler version detection with probing the Backtrace api to be more resilient to nightly development of backtrace feature (#24)

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