Skip to content

Commit 96330cd

Browse files
committed
v0.2.2
1 parent 628c8e2 commit 96330cd

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
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.2.2] - 2018-08-17
9+
10+
### Fixed
11+
12+
- A compilation error when using a recent nightly while the "const-fn" feature was enabled.
13+
814
## [v0.2.1] - 2018-08-03
915

1016
### Fixed
@@ -38,7 +44,9 @@ YANKED due to a soundness issue: see v0.2.1 for details
3844

3945
- Initial release
4046

41-
[Unreleased]: https://github.com/japaric/bare-metal/compare/v0.2.0...HEAD
47+
[Unreleased]: https://github.com/japaric/bare-metal/compare/v0.2.2...HEAD
48+
[v0.2.2]: https://github.com/japaric/bare-metal/compare/v0.2.1...v0.2.2
49+
[v0.2.1]: https://github.com/japaric/bare-metal/compare/v0.2.0...v0.2.1
4250
[v0.2.0]: https://github.com/japaric/bare-metal/compare/v0.1.2...v0.2.0
4351
[v0.1.2]: https://github.com/japaric/bare-metal/compare/v0.1.1...v0.1.2
4452
[v0.1.1]: https://github.com/japaric/bare-metal/compare/v0.1.0...v0.1.1

Cargo.toml

+1-1
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.2.1"
10+
version = "0.2.2"
1111

1212
[features]
1313
const-fn = []

0 commit comments

Comments
 (0)