rtic/CHANGELOG.md

20 lines
464 B
Markdown
Raw Normal View History

2017-05-09 15:38:35 +02:00
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
2017-06-06 04:05:29 +02:00
## [v0.1.1] - 2017-06-05
### Changed
- `peripherals!`: The `register_block` field is now optional
2017-05-09 15:38:35 +02:00
## v0.1.0 - 2017-05-09
- Initial release
2017-06-06 04:05:29 +02:00
[Unreleased]: https://github.com/japaric/cortex-m-rtfm/compare/v0.1.1...HEAD
[v0.1.1]: https://github.com/japaric/cortex-m-rtfm/compare/v0.1.0...v0.1.1