Skip to content

Commit a523177

Browse files
authored
Merge pull request #21 from zeenix/main
Release 0.2.0
2 parents ebfae8c + 05f5f59 commit a523177

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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

313
First release. 🎉

Cargo.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
[package]
22
name = "firmware-controller"
33
description = "Controller to decouple interactions between components in a no_std environment."
4-
version = "0.1.1"
4+
version = "0.2.0"
55
edition = "2021"
6-
authors = ["JUCR GmbH <engineering@jucr.com>"]
6+
authors = [
7+
"Zeeshan Ali Khan <zeenix@gmail.com>",
8+
"Max Grollmann <max@grollmann.com>",
9+
]
710
license = "MIT"
8-
repository = "https://github.com/maxgr0/firmware-controller/"
11+
repository = "https://github.com/layerx-world/firmware-controller/"
912

1013
[lib]
1114
proc-macro = true

0 commit comments

Comments
 (0)