Skip to content

Latest commit

 

History

History
124 lines (73 loc) · 3.85 KB

CHANGELOG.md

File metadata and controls

124 lines (73 loc) · 3.85 KB

Changelog

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

This project adheres to Semantic Versioning.

Releases may yanked if there is a security bug, a soundness bug, or a regression.

1.2.0 - 2025-01-16

  • Update derive_utils to 0.15. This uses #[automatically_derived] on generated impls to improve coverage support.

1.1.3 - 2024-01-27

  • Update minimum derive_utils version to 0.14.1.

1.1.2 - 2024-01-27

  • Update derive_utils to 0.14. This fixes "overflow evaluating the requirement" errors in two situations.

1.1.1 - 2023-06-29

  • Fix build error from dependency when built with -Z minimal-versions.

1.1.0 - 2023-03-26

  • Update syn dependency to 2. This increase the minimum supported Rust version from Rust 1.31 to Rust 1.56.

1.0.2 - 2022-12-10

  • Update derive_utils to 0.12.

1.0.1 - 2021-04-06

1.0.0 - 2021-01-27

0.2.7 - 2021-01-05

  • Exclude unneeded files from crates.io.

0.2.6 - 2020-12-29

  • Documentation improvements.

0.2.5 - 2020-11-06

  • Update derive_utils to 0.11.

0.2.4 - 2020-06-02

  • Update derive_utils to 0.10.

0.2.3 - 2019-11-22

  • Rename from iterator-enum to iter-enum.

0.2.2 - 2019-10-08

0.2.1 - 2019-08-15

  • Add support for rayon::iter::{ParallelIterator, IndexedParallelIterator, ParallelExtend}. These are disabled by default and can be used by enabling rayon feature.

  • Add generated code examples.

  • Update syn and quote to 1.0.

  • Update derive_utils to 0.9.

0.2.0 - 2019-06-16

  • Transition to Rust 2018. With this change, the minimum required version will go up to Rust 1.31.

  • Remove std feature. This crate can generate accurate code without std feature.

  • Update minimum derive_utils version to 0.7.2.

0.1.2 - 2019-02-05

  • Update minimum derive_utils version to 0.6.3.

  • Update minimum syn version to 0.15.22.

0.1.1 - 2019-02-03

  • Documentation improvements.

0.1.0 - 2019-02-03

Initial release