Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 707 Bytes

CHANGELOG.md

File metadata and controls

33 lines (18 loc) · 707 Bytes

Changelog

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

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

[0.2.0] 2024-09-05

Breaking Changes

  • Removes a sync trait bound on the wrapped inputs and outputs

Added

  • CHANGELOG.md

Fixed

  • Follows SemVer

[0.1.1] 2024-07-25 [YANKED]

NOTE: This release only existed as a git tag, and will not be posted to crates.io because it did not follow SemVer.

Fixed

  • Removed an unguaranteeable sync requirement on the wrapped Input & Output

[0.1.0] 2023-01-12

First release