Skip to content

Commit 27e3d3f

Browse files
bors[bot]burrbull
andauthored
Merge #382
382: v0.16.1 r=therealprof a=burrbull r? @therealprof Co-authored-by: Andrey Zgarbul <zgarbul.andrey@gmail.com>
2 parents aca8613 + fa17018 commit 27e3d3f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.16.1] - 2019-08-17
11+
1012
### Fixed
1113

1214
- Handling of missing register description (optional field)
@@ -477,7 +479,8 @@ peripheral.register.write(|w| w.field().set());
477479

478480
- Initial version of the `svd2rust` tool
479481

480-
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.16.0...HEAD
482+
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.16.1...HEAD
483+
[v0.16.1]: https://github.com/rust-embedded/svd2rust/compare/v0.16.0...v0.16.1
481484
[v0.16.0]: https://github.com/rust-embedded/svd2rust/compare/v0.15.2...v0.16.0
482485
[v0.15.2]: https://github.com/rust-embedded/svd2rust/compare/v0.15.1...v0.15.2
483486
[v0.15.1]: https://github.com/rust-embedded/svd2rust/compare/v0.15.0...v0.15.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ keywords = [
2323
license = "MIT OR Apache-2.0"
2424
name = "svd2rust"
2525
repository = "https://github.com/rust-embedded/svd2rust/"
26-
version = "0.16.0"
26+
version = "0.16.1"
2727
readme = "README.md"
2828

2929
[[bin]]

0 commit comments

Comments
 (0)