From c954fd185db297bec213b8cf0b8566079ca7e52e Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 18 Dec 2021 14:34:37 +0100 Subject: [PATCH] update changelog, bump revision --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25955d0..b0a43e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [unreleased] +## [v0.4.3] + +- Various smaller fixes for READMEs, update of links in documentation +- Simplified CI for github, do not use `cross` +- New `blinky-pac` example +- Use HAL delay in `blinky` example + ## [v0.4.2] ### Added diff --git a/Cargo.toml b/Cargo.toml index 272bfb3..0521229 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "va108xx-hal" -version = "0.4.2" +version = "0.4.3" authors = ["Robin Mueller "] edition = "2021" description = "HAL for the Vorago VA108xx family of microcontrollers"