Skip to content

Releases: auto-impl-rs/auto_impl

v1.2.0

27 Feb 10:30
15d8337
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.2.0

v1.1.2

28 Jan 02:57
611a100
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

27 Jan 23:07
a0f053c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

1.1.0

01 May 22:30
6c9a471
Compare
Choose a tag to compare

What's Changed

  • Edition 2021, bump MSRV, fix Clippy warnings and UI tests for newer rustc by @vorot93 in #88
  • Always wrap generated code in a const by @KodrAus in #89
  • Prepare for 1.1.0 release by @KodrAus in #90

New Contributors

Full Changelog: v1.0.1...v1.1.0

1.0.1

02 Jun 22:55
aaca5fe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

1.0.0

01 Jun 07:27
c6bd3af
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v1.0.0

v0.5.0

05 Nov 16:27
a91f68c
Compare
Choose a tag to compare
  • Breaking: bumped minimum supported Rust version (MSRV) from 1.30 to 1.37
  • Generated code refers to all symbols via core:: or alloc:: instead of std::. This makes using auto_impl in #![no_std] easier. #73

v0.4.1

19 Sep 12:30
e05e4cf
Compare
Choose a tag to compare
  • Update proc-macro-error to 1.0

v0.4.0

19 Jul 13:36
d17214e
Compare
Choose a tag to compare
  • Add ?Sized relaxation to impl header whenever possible #54
  • Check for Self trait bounds on methods and add those bounds to impl header #54 (and fix in #67)
  • Make sure that auto_impl custom attributes are only applied to methods #59

Internals

  • Update syn, quote and proc-macro2 to 1.0 #57
  • Use trybuild and move to proc-macro-error #60

v0.3.0