Skip to content

Commit 8b373fa

Browse files
bors[bot]burrbull
andauthored
Merge #525
525: v0.19 r=therealprof a=burrbull Co-authored-by: Andrey Zgarbul <zgarbul.andrey@gmail.com>
2 parents 5387769 + bd077ec commit 8b373fa

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
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.19.0] - 2021-05-26
11+
1012
### Added
1113

1214
- MSP430 API for atomically changing register bits, gated behind the `--nightly` flag
@@ -16,7 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1618
### Changed
1719

1820
- `\n` in descriptions for multiline
19-
- `_rererved` fields in `RegisterBlock` now hexidemical usize
21+
- `_reserved` fields in `RegisterBlock` now hexidemical usize
2022
- options can be set now with `svd2rust.toml` config
2123
- option `ignore_groups` for optional disabling #506
2224
- [breaking-change] move `const_generic` from features to options
@@ -606,7 +608,8 @@ peripheral.register.write(|w| w.field().set());
606608

607609
- Initial version of the `svd2rust` tool
608610

609-
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.18.0...HEAD
611+
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.19.0...HEAD
612+
[v0.19.0]: https://github.com/rust-embedded/svd2rust/compare/v0.18.0...v0.19.0
610613
[v0.18.0]: https://github.com/rust-embedded/svd2rust/compare/v0.17.0...v0.18.0
611614
[v0.17.0]: https://github.com/rust-embedded/svd2rust/compare/v0.16.1...v0.17.0
612615
[v0.16.1]: https://github.com/rust-embedded/svd2rust/compare/v0.16.0...v0.16.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.18.0"
26+
version = "0.19.0"
2727
readme = "README.md"
2828

2929
[[bin]]

0 commit comments

Comments
 (0)