mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
19 lines
464 B
Markdown
19 lines
464 B
Markdown
# Change Log
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
## [Unreleased]
|
|
|
|
## [v0.1.1] - 2017-06-05
|
|
|
|
### Changed
|
|
|
|
- `peripherals!`: The `register_block` field is now optional
|
|
|
|
## v0.1.0 - 2017-05-09
|
|
|
|
- Initial release
|
|
|
|
[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
|