Skip to content

Commit

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

## [Unreleased]

## [v0.2.0] - 2018-05-10
## [v0.2.1] - 2018-08-03

### Fixed

- Soundness issue where it was possible to borrow the contents of a Mutex for longer than the
lifetime of the Mutex.

## [v0.2.0] - 2018-05-10 - YANKED

YANKED due to a soundness issue: see v0.2.1 for details

### Changed

Expand Down
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.0"
version = "0.2.1"

[features]
const-fn = []

0 comments on commit 628c8e2

Please sign in to comment.