diff --git a/CHANGELOG.md b/CHANGELOG.md index 71f6c5a..8340c7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,5 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] ### Added ### Changed +### Removed +## [0.8.0] - 2018-02-13 ### Removed - PCC dummy register was removed. These register should not be used as there are no hardware corresponding to them. diff --git a/Cargo.toml b/Cargo.toml index 21b01f9..e400770 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Kjetil Kjeka "] name = "s32k144" -version = "0.7.0" +version = "0.8.0" description = "Peripheral access API for NXP S32K144 microcontrollers (generated using svd2rust)" repository = "https://github.com/kjetilkjeka/s32k144.rs"