Skip to content
This repository was archived by the owner on Jan 24, 2022. It is now read-only.

Commit a141729

Browse files
committed
v0.3.6
1 parent 5961128 commit a141729

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.3.6] - 2017-10-03
11+
12+
### Fixed
13+
14+
- Builds with multiple codegen units by forcing the linker to look harder for the exceptions vector
15+
table.
16+
1017
## [v0.3.5] - 2017-07-21
1118

1219
### Fixed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["arm", "cortex-m", "runtime", "startup"]
77
license = "MIT OR Apache-2.0"
88
name = "cortex-m-rt"
99
repository = "https://github.com/japaric/cortex-m-rt"
10-
version = "0.3.5"
10+
version = "0.3.6"
1111

1212
[dependencies]
1313
cortex-m = "0.3.0"

0 commit comments

Comments
 (0)