This commit is contained in:
Kjetil Kjeka 2018-02-14 17:07:36 +01:00
parent 72f9cdccae
commit e96ee18df6
2 changed files with 3 additions and 1 deletions

View File

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

View File

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