# 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.3.2](https://github.com/zusi/zusi-rs/compare/zusi-v0.3.1...zusi-v0.3.2) - 2024-03-13 ### Added - no generic parameter in connect, doc examples ### Other - add missing docs ## [0.3.1](https://github.com/zusi/zusi-rs/compare/zusi-v0.3.0...zusi-v0.3.1) - 2024-02-10 ### Other - shadow derive package ## [0.3.0](https://github.com/zusi/zusi-rs/compare/zusi-v0.2.3...zusi-v0.3.0) - 2024-02-10 ### Added - optimize async message encoding ### Fixed - *(deps)* update rust crate either to 1.10 ### Other - Zusi Protocol Parser refactor ## [0.2.3](https://github.com/zusi/zusi-rs/compare/zusi-v0.2.2...zusi-v0.2.3) - 2024-02-06 ### Other - cleanup features ## [0.2.2](https://github.com/zusi/zusi-rs/compare/zusi-v0.2.1...zusi-v0.2.2) - 2024-02-06 ### Other - better document feature flags ## [0.2.1](https://github.com/zusi/zusi-rs/compare/zusi-v0.2.0...zusi-v0.2.1) - 2024-02-06 ### Fixed - docs.rs build ## [0.2.0](https://github.com/zusi/zusi-rs/compare/zusi-v0.1.0...zusi-v0.2.0) - 2024-02-06 ### Added - implement send for async stream ### Fixed - typo ### Other - add feature annotations - cleanup - lint for missing docs ## [0.1.0](https://github.com/zusi/zusi-rs/releases/tag/zusi-v0.1.0) - 2023-12-02 ### Other - update authors - refactor - refactor imports - macro hygiene - refactor tests - reimplement codec - zwischenstand