Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

45 lines (27 loc) · 1.3 KB

0.2.3 (2024-09-08)

  • Remove Unpin bound on wait_until methods (#15).

0.2.2 (2024-08-24)

  • Make loom a dev-dependency to prevent transitive dependencies issues (#9, #11).
  • Upgrade CI checkout action (#10).

0.2.1 (2024-08-21)

  • Upgrade loom (#7).

0.2.0 (2024-07-28)

  • Remove unnecessary Unpin bound on WaitUntil's closures.
  • Make the crate embedded-friendly with alloc as a default, optional feature (#1).
  • Add non-owned counterparts to WakeSink and WakeSource that can be used with no-alloc (#2, #3).
  • Update and make CI more strict (#5, #6).
  • Move DiatomicWaker and WaitUntil to the root module (#6).

0.1.0 (2022-10-12)

Initial release