Skip to content

Latest commit

 

History

History
118 lines (70 loc) · 3.53 KB

CHANGELOG.md

File metadata and controls

118 lines (70 loc) · 3.53 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

  • Documentation improvements.

1.0.0 - 2021-01-27

No public API changes from the previous release.

0.2.6 - 2021-01-05

  • Exclude unneeded files from crates.io.

0.2.5 - 2020-12-29

  • Documentation improvements.

0.2.4 - 2020-11-06

  • Update derive_utils to 0.11.

0.2.3 - 2020-06-02

  • Update derive_utils to 0.10.

0.2.2 - 2019-10-08

0.2.1 - 2019-08-14

  • 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.

  • Update to new nightly. iovec stabilized. This crate automatically detects the rustc version and supports Read::read_vectored and Write::write_vectored as the part of Read and Write.

  • Update minimum derive_utils version to 0.7.2.

0.1.3 - 2019-03-04

  • Add iovec feature.

  • Add generated code examples.

0.1.2 - 2019-02-05

  • Update minimum derive_utils version to 0.6.3.

0.1.1 - 2019-02-03

  • Documentation improvements.

0.1.0 - 2019-02-03

Initial release