Skip to content

Commit c3de973

Browse files
author
Jorge Aparicio
committed
v0.6.1
1 parent 1b53457 commit c3de973

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+10-1
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.6.1] - 2017-04-15
11+
12+
### Fixed
13+
14+
- Add `#[repr(C)]` to the `RegisterBlock` structs. Vanilla structs are not
15+
guaranteed to preserve the order of their fields as declared now that the
16+
field reordering optimization has landed.
17+
1018
## [v0.6.0] - 2017-04-11
1119

1220
### Added
@@ -115,7 +123,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
115123

116124
- Initial version of the `svd2rust` tool
117125

118-
[Unreleased]: https://github.com/japaric/svd2rust/compare/v0.6.0...HEAD
126+
[Unreleased]: https://github.com/japaric/svd2rust/compare/v0.6.1...HEAD
127+
[v0.6.1]: https://github.com/japaric/svd2rust/compare/v0.6.0...v0.6.1
119128
[v0.6.0]: https://github.com/japaric/svd2rust/compare/v0.5.1...v0.6.0
120129
[v0.5.1]: https://github.com/japaric/svd2rust/compare/v0.5.0...v0.5.1
121130
[v0.5.0]: https://github.com/japaric/svd2rust/compare/v0.4.0...v0.5.0

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["arm", "cortex-m", "register", "map", "generator"]
77
license = "MIT OR Apache-2.0"
88
name = "svd2rust"
99
repository = "https://github.com/japaric/svd2rust"
10-
version = "0.6.0"
10+
version = "0.6.1"
1111

1212
[dependencies]
1313
cast = "0.2.0"

0 commit comments

Comments
 (0)