Skip to content

Commit 84fda41

Browse files
committed
v0.11.2
1 parent b84f13a commit 84fda41

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.11.2] - 2017-07-21
11+
12+
### Fixed
13+
14+
- deduplicate non overridden interrupt handlers. This saves 4 bytes of Flash
15+
memory per interrupt handler.
16+
1017
## [v0.11.1] - 2017-07-07
1118

1219
### Fixed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords = ["arm", "cortex-m", "register", "map", "generator"]
88
license = "MIT OR Apache-2.0"
99
name = "svd2rust"
1010
repository = "https://github.com/japaric/svd2rust"
11-
version = "0.11.1"
11+
version = "0.11.2"
1212

1313
[dependencies]
1414
cast = "0.2.0"

0 commit comments

Comments
 (0)