File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
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
+
10
18
## [ v0.6.1] - 2018-09-06
11
19
12
20
### Changed
@@ -358,7 +366,8 @@ section size addr
358
366
359
367
Initial release
360
368
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
362
371
[ v0.6.1 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.0...v0.6.1
363
372
[ v0.6.0 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.5.3...v0.6.0
364
373
[ v0.5.3 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.5.2...v0.5.3
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
8
8
name = " cortex-m-rt"
9
9
readme = " README.md"
10
10
repository = " https://github.com/rust-embedded/cortex-m-rt"
11
- version = " 0.6.1 "
11
+ version = " 0.6.2 "
12
12
13
13
[dependencies ]
14
14
r0 = " 0.2.1"
You can’t perform that action at this time.
0 commit comments