Skip to content

Commit e462b6a

Browse files
committed
v0.1.1
1 parent a062972 commit e462b6a

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
@@ -5,8 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [v0.1.1] - 2017-09-19
9+
10+
### Fixed
11+
12+
- Added feature gate to make this work on recent nightlies
13+
814
## v0.1.0 - 2017-07-06
915

1016
- Initial release
1117

12-
[Unreleased]: https://github.com/japaric/bare-metal/compare/v0.1.0...HEAD
18+
[Unreleased]: https://github.com/japaric/bare-metal/compare/v0.1.1...HEAD
19+
[v0.1.1]: https://github.com/japaric/bare-metal/compare/v0.1.0...v0.1.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ keywords = ["bare-metal", "register", "peripheral", "interrupt"]
77
license = "MIT OR Apache-2.0"
88
name = "bare-metal"
99
repository = "https://github.com/japaric/bare-metal"
10-
version = "0.1.0"
10+
version = "0.1.1"
1111

1212
[dependencies]

0 commit comments

Comments
 (0)