Skip to content

Releases: dtolnay/anyhow

1.0.37

28 Dec 19:27
1.0.37
d1ba145
Compare
Choose a tag to compare
  • Improve compiler diagnostic on calling macro with a temporary value (#133)

1.0.36

18 Dec 20:31
1.0.36
f9419cd
Compare
Choose a tag to compare
  • Make anyhow::Error ABI compatible with void* for round tripping through a C FFI (#132)

1.0.35

06 Dec 02:43
1.0.35
2a82468
Compare
Choose a tag to compare
  • Support 1-argument use of ensure! (#126)

    ensure!(depth <= MAX_DEPTH);
    // error msg on a false condition would be "Condition failed: `depth <= MAX_DEPTH`"

1.0.34

02 Nov 23:44
1.0.34
99c9821
Compare
Choose a tag to compare

1.0.33

06 Oct 20:08
1.0.33
840afd8
Compare
Choose a tag to compare
  • Clarify documentation of anyhow!, bail!, ensure! macros (#114)

1.0.32

24 Jul 21:51
1.0.32
5a19363
Compare
Choose a tag to compare
  • Add impl From<anyhow::Error> for Box<dyn Error + Send + 'static> (#103)

1.0.31

15 May 05:01
1.0.31
144763c
Compare
Choose a tag to compare
  • Restore "Stack backtrace" header label above the backtrace in {:?} representation (#92)

1.0.30

13 May 16:49
1.0.30
2aa0cc1
Compare
Choose a tag to compare
  • Hide an error message that appears when building with cargo rustc -vv (#91, thanks @eoger)

1.0.29

13 May 05:48
1.0.29
290d3d2
Compare
Choose a tag to compare
  • Documentation improvements

1.0.28

30 Mar 23:23
1.0.28
022f700
Compare
Choose a tag to compare
  • Documentation improvements (#73, #78)