# 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.0](https://github.com/8xFF/sans-io-runtime/compare/v0.2.1...v0.3.0) - 2024-11-08 ### Added - task clean up ([#55](https://github.com/8xFF/sans-io-runtime/pull/55)) ### Other - update derive_more and mockall ([#57](https://github.com/8xFF/sans-io-runtime/pull/57)) ## [0.2.1](https://github.com/8xFF/sans-io-runtime/compare/v0.2.0...v0.2.1) - 2024-08-23 ### Added - return Option<()> for groups on_event call ([#52](https://github.com/8xFF/sans-io-runtime/pull/52)) ## [0.2.0](https://github.com/8xFF/sans-io-runtime/compare/v0.1.0...v0.2.0) - 2024-07-22 ### Added - send multiple udp packets with multiple bind slots ([#50](https://github.com/8xFF/sans-io-runtime/pull/50)) ### Other - release v0.1.0 ([#46](https://github.com/8xFF/sans-io-runtime/pull/46)) ## [0.1.0](https://github.com/8xFF/sans-io-runtime/releases/tag/v0.1.0) - 2024-07-18 ### Added - added task switcher queue flag all api ([#31](https://github.com/8xFF/sans-io-runtime/pull/31)) - multi task types ([#22](https://github.com/8xFF/sans-io-runtime/pull/22)) - simple working version ### Fixed - simplify api ([#25](https://github.com/8xFF/sans-io-runtime/pull/25)) - worker cycle more accuracy with range from 1 to 1.1ms, fixed udp_echo_client ### Other - fixing metadata of package - config missing license and description ([#47](https://github.com/8xFF/sans-io-runtime/pull/47)) - release plz ([#45](https://github.com/8xFF/sans-io-runtime/pull/45)) - refactor for media server ([#43](https://github.com/8xFF/sans-io-runtime/pull/43)) - API and group, gradeful shutdown ([#30](https://github.com/8xFF/sans-io-runtime/pull/30)) - bus send with safe and fix typos ([#24](https://github.com/8xFF/sans-io-runtime/pull/24)) - added rust clippy and typos for better quality ([#23](https://github.com/8xFF/sans-io-runtime/pull/23)) - *(deps)* update actions/checkout action to v4 ([#4](https://github.com/8xFF/sans-io-runtime/pull/4)) - add simple rust c/i ([#2](https://github.com/8xFF/sans-io-runtime/pull/2)) - add renovate.json ([#1](https://github.com/8xFF/sans-io-runtime/pull/1)) - first architecture