Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed May 16, 2017
1 parent d035016 commit 82e36ff
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 13 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## v0.1.4 - 2017-05-13
## [v0.1.5] - 2017-05-16

### Added

- A warning about using CARGO_INCREMENTAL to the how to use and the
troubleshooting sections.

## [v0.1.4] - 2017-05-13

### Added

Expand All @@ -15,7 +22,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- Extend troubleshooting section

## v0.1.3 - 2017-05-13
## [v0.1.3] - 2017-05-13

### Added

Expand All @@ -25,13 +32,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- Bumped the cortex-m crate version to v0.2.6

## v0.1.2 - 2017-05-07
## [v0.1.2] - 2017-05-07

### Fixed

- .gdbinit: jump to reset handler after loading the program.

## v0.1.1 - 2017-04-27
## [v0.1.1] - 2017-04-27

### Changed

Expand All @@ -43,7 +50,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- Initial release

[Unreleased]: https://github.com/japaric/cortex-m-quickstart/compare/v0.1.4...HEAD
[Unreleased]: https://github.com/japaric/cortex-m-quickstart/compare/v0.1.5...HEAD
[v0.1.5]: https://github.com/japaric/cortex-m-quickstart/compare/v0.1.4...v0.1.5
[v0.1.4]: https://github.com/japaric/cortex-m-quickstart/compare/v0.1.3...v0.1.4
[v0.1.3]: https://github.com/japaric/cortex-m-quickstart/compare/v0.1.2...v0.1.3
[v0.1.2]: https://github.com/japaric/cortex-m-quickstart/compare/v0.1.1...v0.1.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords = ["arm", "cortex-m", "template"]
license = "MIT OR Apache-2.0"
name = "cortex-m-quickstart"
repository = "https://github.com/japaric/cortex-m-quickstart"
version = "0.1.4"
version = "0.1.5"

[dependencies]
cortex-m = "0.2.6"
Expand Down

0 comments on commit 82e36ff

Please sign in to comment.