Skip to content

Commit 628c8e2

Browse files
committed
v0.2.1
1 parent cfd08cd commit 628c8e2

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8-
## [v0.2.0] - 2018-05-10
8+
## [v0.2.1] - 2018-08-03
9+
10+
### Fixed
11+
12+
- Soundness issue where it was possible to borrow the contents of a Mutex for longer than the
13+
lifetime of the Mutex.
14+
15+
## [v0.2.0] - 2018-05-10 - YANKED
16+
17+
YANKED due to a soundness issue: see v0.2.1 for details
918

1019
### Changed
1120

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.0"
10+
version = "0.2.1"
1111

1212
[features]
1313
const-fn = []

0 commit comments

Comments
 (0)