Skip to content

Commit ad2c8d8

Browse files
committed
v0.11.4
1 parent a8994ef commit ad2c8d8

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+11-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.11.4] - 2017-09-08
11+
12+
### Fixed
13+
14+
- Device crates can be compiled for x86 again.
15+
16+
- Linking issue on ARMv6-M devices.
17+
1018
## [v0.11.3] - 2017-08-01
1119

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

295303
- Initial version of the `svd2rust` tool
296304

297-
[Unreleased]: https://github.com/japaric/svd2rust/compare/v0.11.2...HEAD
305+
[Unreleased]: https://github.com/japaric/svd2rust/compare/v0.11.4...HEAD
306+
[v0.11.4]: https://github.com/japaric/svd2rust/compare/v0.11.3...v0.11.4
307+
[v0.11.3]: https://github.com/japaric/svd2rust/compare/v0.11.2...v0.11.3
298308
[v0.11.2]: https://github.com/japaric/svd2rust/compare/v0.11.1...v0.11.2
299309
[v0.11.1]: https://github.com/japaric/svd2rust/compare/v0.11.0...v0.11.1
300310
[v0.11.0]: https://github.com/japaric/svd2rust/compare/v0.10.0...v0.11.0

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.3"
11+
version = "0.11.4"
1212

1313
[dependencies]
1414
cast = "0.2.0"

0 commit comments

Comments
 (0)