From 166bc5d9b0732a14a22a51abbe70c8375fefb60a Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 6 Dec 2021 15:46:35 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95916d8..f89e956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [unreleased] +## [v0.3.0] + ### Added - TIM Cascade example @@ -15,6 +17,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed - `CountDownTimer` new function now expects an `impl Into` instead of `Hertz` +- Primary repository now hosted on IRS external git: https://egit.irs.uni-stuttgart.de/rust/va108xx-hal +- Relicensed as Apache-2.0 ## [0.2.3]