We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf840b commit 45d8645Copy full SHA for 45d8645
cortex-m-rt/CHANGELOG.md
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [Unreleased]
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
18
## [v0.7.0]
19
20
### New Features
cortex-m-rt/Cargo.toml
@@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
name = "cortex-m-rt"
readme = "README.md"
repository = "https://github.com/rust-embedded/cortex-m-rt"
-version = "0.7.0"
+version = "0.7.1"
autoexamples = true
links = "cortex-m-rt" # Prevent multiple versions of cortex-m-rt being linked
0 commit comments