Skip to content

Commit e7f26c9

Browse files
bors[bot]japaric
andcommitted
Merge #113
113: v0.6.2 r=therealprof a=japaric required to make a new release r? @rust-embedded/cortex-m (anyone) Co-authored-by: Jorge Aparicio <[email protected]>
2 parents 513e66f + 250e5c1 commit e7f26c9

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

cortex-m-rt/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.6.2] - 2018-09-09
11+
12+
### Fixed
13+
14+
- Worked around a Cargo limitation that broke builds that depend on `rand`.
15+
16+
- Updated the documentation link in the README to point to working docs.
17+
1018
## [v0.6.1] - 2018-09-06
1119

1220
### Changed
@@ -358,7 +366,8 @@ section size addr
358366

359367
Initial release
360368

361-
[Unreleased]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.1...HEAD
369+
[Unreleased]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.2...HEAD
370+
[v0.6.2]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.1...v0.6.2
362371
[v0.6.1]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.0...v0.6.1
363372
[v0.6.0]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.5.3...v0.6.0
364373
[v0.5.3]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.5.2...v0.5.3

cortex-m-rt/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88
name = "cortex-m-rt"
99
readme = "README.md"
1010
repository = "https://github.com/rust-embedded/cortex-m-rt"
11-
version = "0.6.1"
11+
version = "0.6.2"
1212

1313
[dependencies]
1414
r0 = "0.2.1"

0 commit comments

Comments
 (0)