# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.0.3] - 2025-10-14 ### ๐Ÿš€ Features - Remove closed flag from ChannelState - Add internal constructor for `Sucker`/`Sourcer` ### ๐Ÿ› Bug Fixes - Correct toolchain in flake ## [0.0.2] - 2025-09-04 ### ๐Ÿš€ Features - Add multiple channel providers ## [0.0.1] - 2025-09-02 ### ๐Ÿš€ Features - Add error types - Add message types to be sent over channels - Add initial synchronous channel implementation ### ๐Ÿ› Bug Fixes - Rename error to be more descriptive - Implement error for error types ### ๐Ÿ’ผ Other - Typo ### ๐Ÿ“š Documentation - Populate README - Reorganise README - Add instability warning ### ๐Ÿงช Testing - Add basic tests for synchronous channel ### โš™๏ธ Miscellaneous Tasks - Add metadata to Cargo.toml