Skip to content

Commit 96e0b4e

Browse files
committed
v0.1.7
1 parent f5fca93 commit 96e0b4e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [v0.1.7] - 2017-05-27
9+
810
### Added
911

1012
- Documentation and an example about how to use the heap and a dynamic memory
@@ -13,6 +15,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1315
### Changed
1416

1517
- Bumped the `cortex-m-rt` dependency to v0.2.2
18+
- Bumped the `cortex-m` dependency to v0.2.7
1619

1720
## [v0.1.6] - 2017-05-26
1821

@@ -66,7 +69,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6669

6770
- Initial release
6871

69-
[Unreleased]: https://github.com/japaric/cortex-m-quickstart/compare/v0.1.6...HEAD
72+
[Unreleased]: https://github.com/japaric/cortex-m-quickstart/compare/v0.1.7...HEAD
73+
[v0.1.7]: https://github.com/japaric/cortex-m-quickstart/compare/v0.1.6...v0.1.7
7074
[v0.1.6]: https://github.com/japaric/cortex-m-quickstart/compare/v0.1.5...v0.1.6
7175
[v0.1.5]: https://github.com/japaric/cortex-m-quickstart/compare/v0.1.4...v0.1.5
7276
[v0.1.4]: https://github.com/japaric/cortex-m-quickstart/compare/v0.1.3...v0.1.4

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ 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.1.6"
9+
version = "0.1.7"
1010

1111
[dependencies]
12-
cortex-m = "0.2.6"
12+
cortex-m = "0.2.7"
1313
cortex-m-rt = "0.2.2"
1414

1515
[profile.release]

0 commit comments

Comments
 (0)