Skip to content

Releases: parasyte/onlyerror

0.1.4

10 Feb 22:39
83cdd87
Compare
Choose a tag to compare

Updates:

  • Updates myn to 0.2.0. (#16)

0.1.3

12 Jun 04:56
9b5e783
Compare
Choose a tag to compare

Features:

  • Added #[no_display] attribute to signal intent that Display must be implemented manually. (#11)

Fixes:

  • Use fully qualify Result path. (#8)
  • Allow Display to be derived for empty enum. (#11)
    • Also fixes the fix for the fix for unit variants. 😅

Contributors 💖:

0.1.2

17 Apr 04:02
e2d450e
Compare
Choose a tag to compare

Fixes:

  • Fix enum unit variants (again). (#6)

0.1.1

17 Apr 03:29
b4c4cce
Compare
Choose a tag to compare

Fixes:

  • Fixed enum unit variants with a value. (#4)

0.1.0

10 Apr 23:32
3ca6e3c
Compare
Choose a tag to compare

Initial release!