Skip to content

Latest commit

 

History

History
71 lines (43 loc) · 1.35 KB

CHANGELOG.md

File metadata and controls

71 lines (43 loc) · 1.35 KB

Changelog

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

The format is loosely based on Keep a Changelog, and this project adheres to cargo's version of Semantic Versioning.

Unreleased

v0.3.0

Released 2022-06-14

Removed

  • Support for multiple pools. Instead, use multiple Switchyards.

v0.2.1

Released 2021-04-09

Updated

  • Updated arrayvec to 0.7

v0.2.0

Released 2021-03-28

Added

  • MSRV of 1.51

Updated

  • Updated arrayvec to 0.6
  • Updated flume to 0.10
  • Updated slotmap to 1.0

v0.1.1

Released 2020-11-21

Updated

  • Updated parking_lot to 0.11
  • Updated futures-intrusive to 0.4

v0.1.0

Released 2020-10-02

Added

  • First release of switchyard.

Diffs