Skip to content

Commit c259cf9

Browse files
committed
v0.5.1
1 parent e370006 commit c259cf9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

cortex-m-rt/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.5.1] - 2018-05-14
11+
12+
### Fixed
13+
14+
- A recompilation problem where this `cortex-m-rt` would be recompiled every time `cargo build` is
15+
invoked.
16+
1017
## [v0.5.0] - 2018-05-12
1118

1219
### Added

cortex-m-rt/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["arm", "cortex-m", "runtime", "startup"]
77
license = "MIT OR Apache-2.0"
88
name = "cortex-m-rt"
99
repository = "https://github.com/japaric/cortex-m-rt"
10-
version = "0.5.0"
10+
version = "0.5.1"
1111

1212
[build-dependencies]
1313
cc = "1.0.10"

0 commit comments

Comments
 (0)