Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

Unreleased

0.1.11 - 2020-10-20

  • Suppress clippy::redundant_pub_crate lint in generated code.

  • Documentation improvements.

0.1.10 - 2020-10-01

  • Suppress drop_bounds lint, which will be added to rustc in the future. See taiki-e/pin-project#272 for more details.

0.1.9 - 2020-09-29

  • Fix trailing comma support in generics

0.1.8 - 2020-09-26

  • Fix compatibility of generated code with forbid(future_incompatible)

    Note: This does not guarantee compatibility with forbid(future_incompatible) in the future. If rustc adds a new lint, we may not be able to keep this.

0.1.7 - 2020-06-04

0.1.6 - 2020-05-31

0.1.5 - 2020-05-07

0.1.4 - 2020-01-20

0.1.3 - 2020-01-20

0.1.2 - 2020-01-05

0.1.1 - 2019-11-15

0.1.0 - 2019-10-22

Initial release