Skip to content

Releases: dtolnay/thiserror

2.0.9

21 Dec 18:27
2.0.9
c535cec
Compare
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
Compare
Choose a tag to compare
  • Improve support for macro-generated derive(Error) call sites (#399)

2.0.7

13 Dec 22:45
2.0.7
9c0f2d2
Compare
Choose a tag to compare
  • Work around conflict with #[deny(clippy::allow_attributes)] (#397, thanks @zertosh)

2.0.6

08 Dec 18:41
2.0.6
2075e87
Compare
Choose a tag to compare
  • Suppress deprecation warning on generated From impls (#396)

2.0.5

07 Dec 17:06
2.0.5
f1f159d
Compare
Choose a tag to compare
  • Prevent deprecation warning on generated impl for deprecated type (#394)

2.0.4

03 Dec 15:08
2.0.4
70a1261
Compare
Choose a tag to compare
  • Eliminate needless_lifetimes clippy lint in generated From impls (#391, thanks @matt-phylum)

2.0.3

10 Nov 21:21
2.0.3
15fd26e
Compare
Choose a tag to compare
  • Support the same Path field being repeated in both Debug and Display representation in error message (#383)
  • Improve error message when a format trait used in error message is not implemented by some field (#384)

2.0.2

10 Nov 06:30
2.0.2
49be39d
Compare
Choose a tag to compare
  • Fix hang on invalid input inside #[error(...)] attribute (#382)

1.0.69

10 Nov 06:29
1.0.69
41938bd
Compare
Choose a tag to compare

2.0.1

08 Nov 19:33
2.0.1
4066d53
Compare
Choose a tag to compare
  • Support errors that contain a dynamically sized final field (#375)
  • Improve inference of trait bounds for fields that are interpolated multiple times in an error message (#377)