From 9080cc77f26de4d52b5650f5e3c7322e489c0394 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio <jorge@japaric.io> Date: Sat, 20 Jan 2018 12:01:40 +0100 Subject: [PATCH] v0.1.1 --- CHANGELOG.md | 9 ++++++++- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd726ff..ccdb8ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.1.1] - 2018-01-20 + +### Added + +- Add a "rt" Cargo feature that enables the "rt" feature of the stm32f30x dependency. + ## v0.1.0 - 2018-01-17 Initial release -[Unreleased]: https://github.com/japaric/stm32f30x-hal/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/japaric/stm32f30x-hal/compare/v0.1.1...HEAD +[v0.1.1]: https://github.com/japaric/stm32f30x-hal/compare/v0.1.0...v0.1.1 diff --git a/Cargo.toml b/Cargo.toml index e6ba766..8d3bbd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["arm", "cortex-m", "stm32", "hal"] license = "MIT OR Apache-2.0" name = "stm32f30x-hal" repository = "https://github.com/japaric/stm32f30x-hal" -version = "0.1.0" +version = "0.1.1" [dependencies] cortex-m = "0.4.0" -- GitLab