Skip to content

Commit

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

## [Unreleased]

## [v0.11.4] - 2017-09-08

### Fixed

- Device crates can be compiled for x86 again.

- Linking issue on ARMv6-M devices.

## [v0.11.3] - 2017-08-01

### Fixed
Expand Down Expand Up @@ -294,7 +302,9 @@ peripheral.register.write(|w| w.field().set());

- Initial version of the `svd2rust` tool

[Unreleased]: https://github.com/japaric/svd2rust/compare/v0.11.2...HEAD
[Unreleased]: https://github.com/japaric/svd2rust/compare/v0.11.4...HEAD
[v0.11.4]: https://github.com/japaric/svd2rust/compare/v0.11.3...v0.11.4
[v0.11.3]: https://github.com/japaric/svd2rust/compare/v0.11.2...v0.11.3
[v0.11.2]: https://github.com/japaric/svd2rust/compare/v0.11.1...v0.11.2
[v0.11.1]: https://github.com/japaric/svd2rust/compare/v0.11.0...v0.11.1
[v0.11.0]: https://github.com/japaric/svd2rust/compare/v0.10.0...v0.11.0
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.3"
version = "0.11.4"

[dependencies]
cast = "0.2.0"
Expand Down

0 comments on commit ad2c8d8

Please sign in to comment.