File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.7.1]
11
+
12
+ ## Fixes
13
+
14
+ - Fix stack unwinding past ` Reset ` function ([ #337 ] )
15
+
16
+ [ #337 ] : https://github.com/rust-embedded/cortex-m-rt/pull/337
17
+
10
18
## [ v0.7.0]
11
19
12
20
### New Features
@@ -572,7 +580,8 @@ section size addr
572
580
573
581
Initial release
574
582
575
- [ Unreleased ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.7.0...HEAD
583
+ [ Unreleased ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.7.1...HEAD
584
+ [ v0.7.1 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.7.0...v0.7.1
576
585
[ v0.7.0 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.11...v0.7.0
577
586
[ v0.6.15 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.14...v0.6.15
578
587
[ v0.6.14 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.13...v0.6.14
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.7.0 "
15
+ version = " 0.7.1 "
16
16
autoexamples = true
17
17
links = " cortex-m-rt" # Prevent multiple versions of cortex-m-rt being linked
18
18
You can’t perform that action at this time.
0 commit comments