Skip to content

Commit 3f4c581

Browse files
author
Jorge Aparicio
committed
release v0.1.6
1 parent 50779f2 commit 3f4c581

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.1.6] - 2017-01-22
11+
1012
### Added
1113

1214
- `Exception` a enumeration of the kind of exceptions the processor can service.
@@ -58,7 +60,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5860
- Functions to get the vector table
5961
- Wrappers over miscellaneous instructions like `bkpt`
6062

61-
[Unreleased]: https://github.com/japaric/rustc-cfg/compare/v0.1.5...HEAD
63+
[Unreleased]: https://github.com/japaric/rustc-cfg/compare/v0.1.6...HEAD
64+
[v0.1.6]: https://github.com/japaric/rustc-cfg/compare/v0.1.5...v0.1.6
6265
[v0.1.5]: https://github.com/japaric/rustc-cfg/compare/v0.1.4...v0.1.5
6366
[v0.1.4]: https://github.com/japaric/rustc-cfg/compare/v0.1.3...v0.1.4
6467
[v0.1.3]: https://github.com/japaric/rustc-cfg/compare/v0.1.2...v0.1.3

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords = ["arm", "cortex-m", "register", "peripheral"]
66
license = "MIT OR Apache-2.0"
77
name = "cortex-m"
88
repository = "https://github.com/japaric/cortex-m"
9-
version = "0.1.5"
9+
version = "0.1.6"
1010

1111
[dependencies]
1212
volatile-register = "0.1.0"

0 commit comments

Comments
 (0)