Skip to content

Commit 5932aaa

Browse files
Merge #339
339: Release 0.7.1 r=adamgreig a=jonathanpallant Includes stack unwinding through Reset fix #337. Co-authored-by: Jonathan Pallant (Ferrous Systems) <jonathan.pallant@ferrous-systems.com>
2 parents ecf840b + 1fd9e3c commit 5932aaa

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

Diff for: cortex-m-rt/CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff 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

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

Diff for: cortex-m-rt/Cargo.toml

+1-1
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.7.0"
15+
version = "0.7.1"
1616
autoexamples = true
1717
links = "cortex-m-rt" # Prevent multiple versions of cortex-m-rt being linked
1818

0 commit comments

Comments
 (0)