Skip to content

Commit 45d8645

Browse files
Update to 0.7.1.
1 parent ecf840b commit 45d8645

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

cortex-m-rt/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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

cortex-m-rt/Cargo.toml

Lines changed: 1 addition & 1 deletion
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)