From f39863e59fc4acabe8324f61b4040a4503d5771a Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sun, 12 Dec 2021 14:35:15 +0100 Subject: [PATCH] bump version --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21d8603..25955d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [unreleased] +## [v0.4.2] + +### Added + +- `port_mux` function to set pin function select manually + +### Changed + +- Clear TX and RX FIFO in SPI transfer function + ## [v0.4.1] ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 28341dc..41c7005 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "va108xx-hal" -version = "0.4.1" +version = "0.4.2" authors = ["Robin Mueller "] edition = "2021" description = "HAL for the Vorago VA108xx family of microcontrollers"