This repository was archived by the owner on Jan 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ (no entries)
11+
12+ ## [ v0.6.13] - 2020-09-07
13+
1014### Fixed
1115
1216- (ARMv6-M) Set LR value to a known value on reset (as the ARM spec requires)
@@ -479,7 +483,8 @@ section size addr
479483
480484Initial release
481485
482- [ Unreleased ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.12...HEAD
486+ [ Unreleased ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.13...HEAD
487+ [ v0.6.13 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.12...v0.6.13
483488[ v0.6.12 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.11...v0.6.12
484489[ v0.6.11 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.10...v0.6.11
485490[ v0.6.10 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.9...v0.6.10
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
1212name = " cortex-m-rt"
1313readme = " README.md"
1414repository = " https://github.com/rust-embedded/cortex-m-rt"
15- version = " 0.6.12 "
15+ version = " 0.6.13 "
1616autoexamples = true
1717
1818[dependencies ]
You can’t perform that action at this time.
0 commit comments