From e96ee18df63c529e09cdd104d7c57b3c9c1c4ff8 Mon Sep 17 00:00:00 2001 From: Kjetil Kjeka Date: Wed, 14 Feb 2018 17:07:36 +0100 Subject: [PATCH] v0.9.0 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af9ddf5..b34c28d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] ### Added ### Changed +### Removed +## [0.9.0] - 2018-02-14 ### Removed - Debug assertion in Peripherals::steal() is removed so peripherals can be stolen in panic_fmt. ## [0.8.0] - 2018-02-13 diff --git a/Cargo.toml b/Cargo.toml index e400770..f2f06e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Kjetil Kjeka "] name = "s32k144" -version = "0.8.0" +version = "0.9.0" description = "Peripheral access API for NXP S32K144 microcontrollers (generated using svd2rust)" repository = "https://github.com/kjetilkjeka/s32k144.rs"