This commit is contained in:
Kjetil Kjeka 2018-02-13 12:59:34 +01:00
parent 35e5f532b4
commit 648cdcb8f0
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -1,7 +1,7 @@
[package]
authors = ["Kjetil Kjeka <kjetilkjeka@gmail.com>"]
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"