Skip to content

Releases: auto-impl-rs/auto_impl

v1.3.0

Choose a tag to compare

@KodrAus KodrAus released this 09 Apr 21:35
050d95c

What's Changed

  • Add support for GATs with trait bounds and where clauses by @Dzejkop in #103
  • Prepare for 1.3.0 release by @KodrAus in #104

New Contributors

Full Changelog: v1.2.1...v1.3.0

v1.2.1

Choose a tag to compare

@KodrAus KodrAus released this 14 Jan 00:34
6240530

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

Choose a tag to compare

@KodrAus KodrAus released this 27 Feb 10:30
15d8337

What's Changed

New Contributors

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

v1.1.2

Choose a tag to compare

@KodrAus KodrAus released this 28 Jan 02:57
611a100

What's Changed

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

v1.1.1

Choose a tag to compare

@KodrAus KodrAus released this 27 Jan 23:07
a0f053c

What's Changed

New Contributors

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

1.1.0

Choose a tag to compare

@KodrAus KodrAus released this 01 May 22:30
6c9a471

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

Choose a tag to compare

@KodrAus KodrAus released this 02 Jun 22:55
aaca5fe

What's Changed

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

1.0.0

Choose a tag to compare

@KodrAus KodrAus released this 01 Jun 07:27
c6bd3af

What's Changed

New Contributors

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

v0.5.0

Choose a tag to compare

@LukasKalbertodt LukasKalbertodt released this 05 Nov 16:27
a91f68c
  • 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

Choose a tag to compare

@LukasKalbertodt LukasKalbertodt released this 19 Sep 12:30
e05e4cf
  • Update proc-macro-error to 1.0