Skip to content

Commit

Permalink
v0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed Jul 22, 2017
1 parent b84f13a commit 84fda41
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.11.2] - 2017-07-21

### Fixed

- deduplicate non overridden interrupt handlers. This saves 4 bytes of Flash
memory per interrupt handler.

## [v0.11.1] - 2017-07-07

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["arm", "cortex-m", "register", "map", "generator"]
license = "MIT OR Apache-2.0"
name = "svd2rust"
repository = "https://github.com/japaric/svd2rust"
version = "0.11.1"
version = "0.11.2"

[dependencies]
cast = "0.2.0"
Expand Down

0 comments on commit 84fda41

Please sign in to comment.