From 74d9270cd33d1935d2b40d01c5d79391be2d894d Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Khan Date: Thu, 26 Mar 2026 20:32:10 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=200.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac0ca04..f91ba3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ 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). +## 0.5.0 - 2026-03-26 + +### Added +- ✨ Add tokio feature for std environment support. + +### Changed +- 🏗️ Split macro into a separate sub-crate, firmware-controller-macros. + +### Fixed +- 🩹 Remove an unnecessary `mut`. + +### Other +- 🦺 Embrace singleton behavior & remove the footgun. + ## 0.4.2 - 2025-12-19 * Add poll_seconds, poll_millis & poll_micros attributes. These attributes could be used to declare