diff --git a/CHANGELOG.md b/CHANGELOG.md index 876a8d1..eb76333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 0.2.0 (Nov 17th, 2025) + +* Update info in `Cargo.toml`. +* Port to latest embassy releases. +* Add missing changelog entry for 0.1.1. + +# 0.1.1 (Sep 22nd, 2025) + +* Add repository link to `Cargo.toml`. + # 0.1.0 (Oct 11th, 2024) First release. 🎉 diff --git a/Cargo.toml b/Cargo.toml index bca3ebf..f264032 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,14 @@ [package] name = "firmware-controller" description = "Controller to decouple interactions between components in a no_std environment." -version = "0.1.1" +version = "0.2.0" edition = "2021" -authors = ["JUCR GmbH "] +authors = [ + "Zeeshan Ali Khan ", + "Max Grollmann ", +] license = "MIT" -repository = "https://github.com/maxgr0/firmware-controller/" +repository = "https://github.com/layerx-world/firmware-controller/" [lib] proc-macro = true