Skip to content

Releases: dtolnay/thiserror

2.0.18

Choose a tag to compare

@dtolnay dtolnay released this 18 Jan 16:15
2.0.18
dc0f6a2

2.0.17

Choose a tag to compare

@dtolnay dtolnay released this 28 Sep 23:27
2.0.17
72ae716
  • Use differently named __private module per patch release (#434)

2.0.16

Choose a tag to compare

@dtolnay dtolnay released this 20 Aug 03:32
2.0.16
40b5853
  • Add to "no-std" crates.io category (#429)

2.0.15

Choose a tag to compare

@dtolnay dtolnay released this 16 Aug 17:36
2.0.15
f6145eb
  • Prevent Error::provide API becoming unavailable from a future new compiler lint (#427)

2.0.14

Choose a tag to compare

@dtolnay dtolnay released this 11 Aug 23:07
2.0.14
eea6799
  • Allow build-script cleanup failure with NFSv3 output directory to be non-fatal (#426)

2.0.13

Choose a tag to compare

@dtolnay dtolnay released this 11 Aug 22:10
2.0.13
61f28da
  • Documentation improvements

2.0.12

Choose a tag to compare

@dtolnay dtolnay released this 03 Mar 04:25
2.0.12
95a5126
  • Prevent elidable_lifetime_names pedantic clippy lint in generated impl (#413)

2.0.11

Choose a tag to compare

@dtolnay dtolnay released this 10 Jan 18:05
2.0.11
0f532e3

2.0.10

Choose a tag to compare

@dtolnay dtolnay released this 08 Jan 19:47
2.0.10
349f696
  • Support errors containing a generic type parameter's associated type in a field (#408)

2.0.9

Choose a tag to compare

@dtolnay dtolnay released this 21 Dec 18:27
2.0.9
c535cec
  • Work around missing_inline_in_public_items clippy restriction being triggered in macro-generated code (#404)