Skip to content

Commit a69765c

Browse files
committed
v0.11.1
1 parent 9d8bff8 commit a69765c

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.11.1] - 2017-07-07
11+
12+
### Fixed
13+
14+
- the `Peripherals` struct now includes derivedFrom peripherals.
15+
1016
## [v0.11.0] - 2017-07-07
1117

1218
### Added
@@ -275,7 +281,8 @@ peripheral.register.write(|w| w.field().set());
275281

276282
- Initial version of the `svd2rust` tool
277283

278-
[Unreleased]: https://github.com/japaric/svd2rust/compare/v0.11.0...HEAD
284+
[Unreleased]: https://github.com/japaric/svd2rust/compare/v0.11.1...HEAD
285+
[v0.11.1]: https://github.com/japaric/svd2rust/compare/v0.11.0...v0.11.1
279286
[v0.11.0]: https://github.com/japaric/svd2rust/compare/v0.10.0...v0.11.0
280287
[v0.10.0]: https://github.com/japaric/svd2rust/compare/v0.9.1...v0.10.0
281288
[v0.9.1]: https://github.com/japaric/svd2rust/compare/v0.9.0...v0.9.1

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.0"
11+
version = "0.11.1"
1212

1313
[dependencies]
1414
cast = "0.2.0"

0 commit comments

Comments
 (0)