Skip to content
Snippets Groups Projects
Commit 7ab9cf4b authored by Jorge Aparicio's avatar Jorge Aparicio
Browse files

v0.4.1

parent b03a7c43
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ...@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased] ## [Unreleased]
## [v0.4.1] - 2018-01-16
### Changed
- `peripheral::Peripherals` is now re-exported at the root of the crate.
## [v0.4.0] - 2018-01-15 ## [v0.4.0] - 2018-01-15
### Added ### Added
...@@ -379,7 +385,8 @@ fn main() { ...@@ -379,7 +385,8 @@ fn main() {
- Functions to get the vector table - Functions to get the vector table
- Wrappers over miscellaneous instructions like `bkpt` - Wrappers over miscellaneous instructions like `bkpt`
[Unreleased]: https://github.com/japaric/cortex-m/compare/v0.4.0...HEAD [Unreleased]: https://github.com/japaric/cortex-m/compare/v0.4.1...HEAD
[v0.4.1]: https://github.com/japaric/cortex-m/compare/v0.4.0...v0.4.1
[v0.4.0]: https://github.com/japaric/cortex-m/compare/v0.3.1...v0.4.0 [v0.4.0]: https://github.com/japaric/cortex-m/compare/v0.3.1...v0.4.0
[v0.3.1]: https://github.com/japaric/cortex-m/compare/v0.3.0...v0.3.1 [v0.3.1]: https://github.com/japaric/cortex-m/compare/v0.3.0...v0.3.1
[v0.3.0]: https://github.com/japaric/cortex-m/compare/v0.2.11...v0.3.0 [v0.3.0]: https://github.com/japaric/cortex-m/compare/v0.2.11...v0.3.0
......
...@@ -7,7 +7,7 @@ keywords = ["arm", "cortex-m", "register", "peripheral"] ...@@ -7,7 +7,7 @@ keywords = ["arm", "cortex-m", "register", "peripheral"]
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
name = "cortex-m" name = "cortex-m"
repository = "https://github.com/japaric/cortex-m" repository = "https://github.com/japaric/cortex-m"
version = "0.4.0" version = "0.4.1"
[dependencies] [dependencies]
aligned = "0.1.1" aligned = "0.1.1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment