From 9ab7f182fa66f2081991467b1a46ea91e9f671cd Mon Sep 17 00:00:00 2001 From: Antoine van Gelder Date: Sun, 1 Aug 2021 14:18:14 +0200 Subject: [PATCH] Release version 0.4.2 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60e1bb2..4932ef0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] --> +## [0.4.2] - 2021-08-01 +### Added +- New feature: Expose the (Q)SPI pins to access flash memory (Tx @phoracek!) + +--- + ## [0.4.1] - 2021-04-27 ### Added - New feature: `alloc` diff --git a/Cargo.toml b/Cargo.toml index 3684200..e400419 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "daisy_bsp" -version = "0.4.1" +version = "0.4.2" authors = ["Antoine van Gelder "] edition = "2018" license = "MIT"