Skip to content

Releases: bertptrs/beul

v1.0.0

17 Apr 06:48
69cce12
Compare
Choose a tag to compare

1.0.0 - 2023-04-17

Changed

  • Use dynamic dispatch internally to save on code gen. External API unchanged.
  • No longer heap-allocate futures.

Breaking

  • Minimum supported Rust version bumped to 1.68.

v0.1.1

05 Sep 18:37
Compare
Choose a tag to compare

0.1.1 - 2022-09-05

Fixed

  • Fixed potential hanging when the waker is called while polling.

v0.1.0

01 Sep 20:30
Compare
Choose a tag to compare

Initial release