Skip to content
This repository was archived by the owner on Jan 24, 2022. It is now read-only.

Commit 833f9a4

Browse files
bors[bot]Jonas Schievink
andauthored
Merge #296
296: Bump to 0.6.13 r=therealprof a=jonas-schievink Co-authored-by: Jonas Schievink <jonas.schievink@ferrous-systems.com>
2 parents 9e6ee34 + 3103b5c commit 833f9a4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

480484
Initial 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
1212
name = "cortex-m-rt"
1313
readme = "README.md"
1414
repository = "https://github.com/rust-embedded/cortex-m-rt"
15-
version = "0.6.12"
15+
version = "0.6.13"
1616
autoexamples = true
1717

1818
[dependencies]

0 commit comments

Comments
 (0)