Skip to content

Commit c984515

Browse files
committed
v0.1.2
1 parent 9c362a6 commit c984515

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [v0.1.2] - 2018-04-24
9+
10+
### Added
11+
12+
- An opt-out "const-fn" Cargo feature. When this feature is disabled this crate compiles on stable.
13+
814
## [v0.1.1] - 2017-09-19
915

1016
### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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.1"
10+
version = "0.1.2"
1111

1212
[features]
1313
default = ["const-fn"]

0 commit comments

Comments
 (0)