Skip to content
This repository was archived by the owner on Jan 24, 2022. It is now read-only.

Commit c17b2f4

Browse files
committed
v0.1.3
1 parent 8964798 commit c17b2f4

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.1.3] - 2017-04-25
11+
12+
### Fixed
13+
14+
- A `rustdoc` warning
15+
1016
## [v0.1.2] - 2017-04-22
1117

1218
### Changed
@@ -23,6 +29,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2329

2430
Initial release
2531

26-
[Unreleased]: https://github.com/japaric/cortex-m-rt/compare/v0.1.2...HEAD
32+
[Unreleased]: https://github.com/japaric/cortex-m-rt/compare/v0.1.3...HEAD
33+
[v0.1.3]: https://github.com/japaric/cortex-m-rt/compare/v0.1.2...v0.1.3
2734
[v0.1.2]: https://github.com/japaric/cortex-m-rt/compare/v0.1.1...v0.1.2
2835
[v0.1.1]: https://github.com/japaric/cortex-m-rt/compare/v0.1.0...v0.1.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords = ["arm", "cortex-m", "runtime", "startup"]
66
license = "MIT OR Apache-2.0"
77
name = "cortex-m-rt"
88
repository = "https://github.com/japaric/cortex-m-rt"
9-
version = "0.1.2"
9+
version = "0.1.3"
1010

1111
[dependencies]
1212
r0 = "0.2.1"

0 commit comments

Comments
 (0)