This repository was archived by the owner on Jan 24, 2022. It is now read-only.
File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.6.8] - 2019-03-18
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
+
10
23
## [ v0.6.7] - 2018-12-15
11
24
12
25
### Fixed
@@ -429,7 +442,8 @@ section size addr
429
442
430
443
Initial release
431
444
432
- [ Unreleased ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.7...HEAD
445
+ [ Unreleased ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.8...HEAD
446
+ [ v0.6.8 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.7...v0.6.8
433
447
[ v0.6.7 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.6...v0.6.7
434
448
[ v0.6.6 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.5...v0.6.6
435
449
[ 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"
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.7 "
15
+ version = " 0.6.8 "
16
16
autoexamples = true
17
17
18
18
[dependencies ]
You can’t perform that action at this time.
0 commit comments