Skip to content

Commit 7ab9cf4

Browse files
committed
v0.4.1
1 parent b03a7c4 commit 7ab9cf4

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.4.1] - 2018-01-16
11+
12+
### Changed
13+
14+
- `peripheral::Peripherals` is now re-exported at the root of the crate.
15+
1016
## [v0.4.0] - 2018-01-15
1117

1218
### Added
@@ -379,7 +385,8 @@ fn main() {
379385
- Functions to get the vector table
380386
- Wrappers over miscellaneous instructions like `bkpt`
381387

382-
[Unreleased]: https://github.com/japaric/cortex-m/compare/v0.4.0...HEAD
388+
[Unreleased]: https://github.com/japaric/cortex-m/compare/v0.4.1...HEAD
389+
[v0.4.1]: https://github.com/japaric/cortex-m/compare/v0.4.0...v0.4.1
383390
[v0.4.0]: https://github.com/japaric/cortex-m/compare/v0.3.1...v0.4.0
384391
[v0.3.1]: https://github.com/japaric/cortex-m/compare/v0.3.0...v0.3.1
385392
[v0.3.0]: https://github.com/japaric/cortex-m/compare/v0.2.11...v0.3.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["arm", "cortex-m", "register", "peripheral"]
77
license = "MIT OR Apache-2.0"
88
name = "cortex-m"
99
repository = "https://github.com/japaric/cortex-m"
10-
version = "0.4.0"
10+
version = "0.4.1"
1111

1212
[dependencies]
1313
aligned = "0.1.1"

0 commit comments

Comments
 (0)