Skip to content

Releases: dtolnay/thiserror

2.0.17

28 Sep 23:27
2.0.17
72ae716

Choose a tag to compare

  • Use differently named __private module per patch release (#434)

2.0.16

20 Aug 03:32
2.0.16
40b5853

Choose a tag to compare

  • Add to "no-std" crates.io category (#429)

2.0.15

16 Aug 17:36
2.0.15
f6145eb

Choose a tag to compare

  • Prevent Error::provide API becoming unavailable from a future new compiler lint (#427)

2.0.14

11 Aug 23:07
2.0.14
eea6799

Choose a tag to compare

  • Allow build-script cleanup failure with NFSv3 output directory to be non-fatal (#426)

2.0.13

11 Aug 22:10
2.0.13
61f28da

Choose a tag to compare

  • Documentation improvements

2.0.12

03 Mar 04:25
2.0.12
95a5126

Choose a tag to compare

  • Prevent elidable_lifetime_names pedantic clippy lint in generated impl (#413)

2.0.11

10 Jan 18:05
2.0.11
0f532e3

Choose a tag to compare

2.0.10

08 Jan 19:47
2.0.10
349f696

Choose a tag to compare

  • Support errors containing a generic type parameter's associated type in a field (#408)

2.0.9

21 Dec 18:27
2.0.9
c535cec

Choose a tag to compare

  • Work around missing_inline_in_public_items clippy restriction being triggered in macro-generated code (#404)

2.0.8

18 Dec 03:19
2.0.8
2bd2982

Choose a tag to compare

  • Improve support for macro-generated derive(Error) call sites (#399)