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 +17
-2
lines changed
Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.6.8] - 2019-04-02
11+
12+ ### Fixed
13+
14+ - Correct stack-pointer is selected on ` HardFault `
15+ - Linker template now takes and discard ` *(.ARM.extab.*) `
16+ - Misc. documentation fixes
17+
18+ ### Changed
19+
20+ - Architecture added: ` armv8-m.main `
21+ - Cortex-M team added to ` authors `
22+ - The nightly build is allowed to fail in CI
23+
1024## [ v0.6.7] - 2018-12-15
1125
1226### Fixed
@@ -429,7 +443,8 @@ section size addr
429443
430444Initial release
431445
432- [ Unreleased ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.7...HEAD
446+ [ Unreleased ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.8...HEAD
447+ [ v0.6.8 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.7...v0.6.8
433448[ v0.6.7 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.6...v0.6.7
434449[ v0.6.6 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.5...v0.6.6
435450[ v0.6.5 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.4...v0.6.5
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.7 "
15+ version = " 0.6.8 "
1616autoexamples = true
1717
1818[dependencies ]
You can’t perform that action at this time.
0 commit comments