Skip to content

Commit b13a53a

Browse files
committed
v0.2.3
1 parent 21afc15 commit b13a53a

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8-
## [v0.2.2] - 2018-08-17
8+
## [v0.2.3] - 2018-08-17
9+
10+
### Fixed
11+
12+
- A compilation error when using a recent nightly while the "const-fn" feature was enabled.
13+
14+
## [v0.2.2] - 2018-08-17 - YANKED
915

1016
### Fixed
1117

@@ -44,7 +50,8 @@ YANKED due to a soundness issue: see v0.2.1 for details
4450

4551
- Initial release
4652

47-
[Unreleased]: https://github.com/japaric/bare-metal/compare/v0.2.2...HEAD
53+
[Unreleased]: https://github.com/japaric/bare-metal/compare/v0.2.3...HEAD
54+
[v0.2.3]: https://github.com/japaric/bare-metal/compare/v0.2.2...v0.2.3
4855
[v0.2.2]: https://github.com/japaric/bare-metal/compare/v0.2.1...v0.2.2
4956
[v0.2.1]: https://github.com/japaric/bare-metal/compare/v0.2.0...v0.2.1
5057
[v0.2.0]: https://github.com/japaric/bare-metal/compare/v0.1.2...v0.2.0

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.2.2"
10+
version = "0.2.3"
1111

1212
[features]
1313
const-fn = []

0 commit comments

Comments
 (0)