Skip to content

Latest commit

 

History

History
57 lines (33 loc) · 1.37 KB

CHANGELOG.md

File metadata and controls

57 lines (33 loc) · 1.37 KB

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.

Added

  • Added Queue::wait_full and Queue::wait_empty async methods

0.2.4 - 2022-11-4

Fixed

  • Updated tokio required features to include macros

0.2.3 - 2022-06-05

Added

  • Added is_full to limited and resizable queues

0.2.2 - 2022-05-01

Added

  • Fix resize implementation of resizable queue

0.2.1 - 2022-03-11

Added

  • Implement Debug for all queues
  • Add Queue::is_empty method

0.2.0 - 2020-12-26

Changed

  • Update tokio dependency to version 1
  • Update crossbeam-queue dependency to version 0.3

0.1.0 - 2020-01-21

Added

  • First release