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/).
7
7
8
8
## [ Unreleased]
9
9
10
+ (no entries)
11
+
12
+ ## [ v0.6.13] - 2020-09-07
13
+
10
14
### Fixed
11
15
12
16
- (ARMv6-M) Set LR value to a known value on reset (as the ARM spec requires)
@@ -479,7 +483,8 @@ section size addr
479
483
480
484
Initial release
481
485
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
483
488
[ v0.6.12 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.11...v0.6.12
484
489
[ v0.6.11 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.10...v0.6.11
485
490
[ 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"
12
12
name = " cortex-m-rt"
13
13
readme = " README.md"
14
14
repository = " https://github.com/rust-embedded/cortex-m-rt"
15
- version = " 0.6.12 "
15
+ version = " 0.6.13 "
16
16
autoexamples = true
17
17
18
18
[dependencies ]
You can’t perform that action at this time.
0 commit comments