Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed Aug 17, 2018
1 parent 628c8e2 commit 96330cd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.2.2] - 2018-08-17

### Fixed

- A compilation error when using a recent nightly while the "const-fn" feature was enabled.

## [v0.2.1] - 2018-08-03

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

- Initial release

[Unreleased]: https://github.com/japaric/bare-metal/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/japaric/bare-metal/compare/v0.2.2...HEAD
[v0.2.2]: https://github.com/japaric/bare-metal/compare/v0.2.1...v0.2.2
[v0.2.1]: https://github.com/japaric/bare-metal/compare/v0.2.0...v0.2.1
[v0.2.0]: https://github.com/japaric/bare-metal/compare/v0.1.2...v0.2.0
[v0.1.2]: https://github.com/japaric/bare-metal/compare/v0.1.1...v0.1.2
[v0.1.1]: https://github.com/japaric/bare-metal/compare/v0.1.0...v0.1.1
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["bare-metal", "register", "peripheral", "interrupt"]
license = "MIT OR Apache-2.0"
name = "bare-metal"
repository = "https://github.com/japaric/bare-metal"
version = "0.2.1"
version = "0.2.2"

[features]
const-fn = []

2 comments on commit 96330cd

@korken89
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @japaric, I think the changes were not merged from PR #10 ?

@japaric
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops. I'll make a new release.

Please sign in to comment.