Files
cli/vendor/inout/CHANGELOG.md

1020 B

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.4 (2025-02-21)

Fixed

  • Return output length from InOutBufReserved::get_out_len instead of input length (#1150)

0.1.3 (2022-03-31)

Fixed

  • MIRI error in From impl for InOutBuf (#755)

0.1.2 (2022-02-10)

Changed

  • Use borrow instead of consuming in InOutBufReserved::get_*_len() methods (#734)

0.1.1 (2022-02-10)

Fixed

  • Fix doc build on docs.rs by optionally enabling the doc_cfg feature (#733)

0.1.0 (2022-02-10)

  • Initial release (#675)