File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed
Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1+ # 0.2.0 (Nov 17th, 2025)
2+
3+ * Update info in ` Cargo.toml ` .
4+ * Port to latest embassy releases.
5+ * Add missing changelog entry for 0.1.1.
6+
7+ # 0.1.1 (Sep 22nd, 2025)
8+
9+ * Add repository link to ` Cargo.toml ` .
10+
111# 0.1.0 (Oct 11th, 2024)
212
313First release. 🎉
Original file line number Diff line number Diff line change 11[package ]
22name = " firmware-controller"
33description = " Controller to decouple interactions between components in a no_std environment."
4- version = " 0.1.1 "
4+ version = " 0.2.0 "
55edition = " 2021"
6- authors = [" JUCR GmbH <engineering@jucr.com>" ]
6+ authors = [
7+ " Zeeshan Ali Khan <zeenix@gmail.com>" ,
8+ " Max Grollmann <max@grollmann.com>" ,
9+ ]
710license = " MIT"
8- repository = " https://github.com/maxgr0 /firmware-controller/"
11+ repository = " https://github.com/layerx-world /firmware-controller/"
912
1013[lib ]
1114proc-macro = true
You can’t perform that action at this time.
0 commit comments