Skip to content

Commit eec4c64

Browse files
author
Jorge Aparicio
committed
release v0.1.5
1 parent 32b4870 commit eec4c64

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,10 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.1.5]
11+
1012
### Added
1113

1214
- `interrupt::Mutex`, a "mutex" based on critical sections.
1315

16+
### Changed
17+
18+
- The closure that `interrupt::free` takes can now return a value.
19+
1420
## [v0.1.4]
1521

1622
### Added
@@ -46,7 +52,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4652
- Functions to get the vector table
4753
- Wrappers over miscellaneous instructions like `bkpt`
4854

49-
[Unreleased]: https://github.com/japaric/rustc-cfg/compare/v0.1.4...HEAD
55+
[Unreleased]: https://github.com/japaric/rustc-cfg/compare/v0.1.5...HEAD
56+
[v0.1.5]: https://github.com/japaric/rustc-cfg/compare/v0.1.4...v0.1.5
5057
[v0.1.4]: https://github.com/japaric/rustc-cfg/compare/v0.1.3...v0.1.4
5158
[v0.1.3]: https://github.com/japaric/rustc-cfg/compare/v0.1.2...v0.1.3
5259
[v0.1.2]: https://github.com/japaric/rustc-cfg/compare/v0.1.1...v0.1.2

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.4"
9+
version = "0.1.5"
1010

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

0 commit comments

Comments
 (0)