Skip to content

Commit 7cb1379

Browse files
committed
v0.3.1
1 parent 7ae7245 commit 7cb1379

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [v0.3.1] - 2018-05-13
9+
10+
- Document the standard `main` interface issue in the troubleshooting guide.
11+
812
## [v0.3.0] - 2018-05-12
913

1014
### Changed
@@ -168,7 +172,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
168172

169173
- Initial release
170174

171-
[Unreleased]: https://github.com/japaric/cortex-m-quickstart/compare/v0.3.0...HEAD
175+
[Unreleased]: https://github.com/japaric/cortex-m-quickstart/compare/v0.3.1...HEAD
176+
[v0.3.1]: https://github.com/japaric/cortex-m-quickstart/compare/v0.3.0...v0.3.1
172177
[v0.3.0]: https://github.com/japaric/cortex-m-quickstart/compare/v0.2.7...v0.3.0
173178
[v0.2.7]: https://github.com/japaric/cortex-m-quickstart/compare/v0.2.6...v0.2.7
174179
[v0.2.6]: https://github.com/japaric/cortex-m-quickstart/compare/v0.2.5...v0.2.6

Cargo.toml

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

1111
[dependencies]
1212
cortex-m = "0.5.0"

0 commit comments

Comments
 (0)