Skip to content

Latest commit

 

History

History
44 lines (22 loc) · 1.83 KB

CHANGELOG.md

File metadata and controls

44 lines (22 loc) · 1.83 KB

Changelog

0.1.2 - 2025-01-29

⛰️ Features

  • Implement std::error::Error for error types - (14eb141)

0.1.1 - 2025-01-28

⛰️ Features

  • Also expose TryFutureExt and TryStreamExt - (fdbce1c)

0.1.0 - 2025-01-28

⛰️ Features

  • Also re-export ready! and pin! macros - (385cabf)

🚜 Refactor

  • Remove futures-sink dependency in favor of futures-util import - (0b10dda)

⚙️ Miscellaneous Tasks

  • Bump version from 0.0.1 to 0.1.0 - (8525f26)

[0.0.1] - 2025-01-27

⛰️ Features

  • Add futures_{lite,buffered,sink,util} reexports - (a566728)
  • boxed module with Send/!Send variants and re-export stream - (528e019)

🐛 Bug Fixes

  • A maximum of 5 keywords is allowed - (6d9c5fb)

📚 Documentation

  • Add LICENSE, README and cargo metadata - (c4450a5)