File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 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/).
77
88## [ Unreleased]
99
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+
1018## [ v0.7.0]
1119
1220### New Features
@@ -572,7 +580,8 @@ section size addr
572580
573581Initial release
574582
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
576585[ v0.7.0 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.11...v0.7.0
577586[ v0.6.15 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.14...v0.6.15
578587[ 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"
1212name = " cortex-m-rt"
1313readme = " README.md"
1414repository = " https://github.com/rust-embedded/cortex-m-rt"
15- version = " 0.7.0 "
15+ version = " 0.7.1 "
1616autoexamples = true
1717links = " cortex-m-rt" # Prevent multiple versions of cortex-m-rt being linked
1818
You can’t perform that action at this time.
0 commit comments