From 41a3682a4ee95b1c4f6a15471325eb6e7d45c1f3 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 8 Nov 2021 01:44:44 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1ce502..0381e9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,4 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [unreleased] -- First version of the HAL which adds the GPIO implementation +## [0.1.0] + +- First version of the HAL which adds the GPIO implementation and timer implementation. +- Also adds some examples and helper files to set up new binary crates