File tree 2 files changed +6
-3
lines changed 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.19.0] - 2021-05-26
11
+
10
12
### Added
11
13
12
14
- 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/).
16
18
### Changed
17
19
18
20
- ` \n ` in descriptions for multiline
19
- - ` _rererved ` fields in ` RegisterBlock ` now hexidemical usize
21
+ - ` _reserved ` fields in ` RegisterBlock ` now hexidemical usize
20
22
- options can be set now with ` svd2rust.toml ` config
21
23
- option ` ignore_groups ` for optional disabling #506
22
24
- [ breaking-change] move ` const_generic ` from features to options
@@ -606,7 +608,8 @@ peripheral.register.write(|w| w.field().set());
606
608
607
609
- Initial version of the ` svd2rust ` tool
608
610
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
610
613
[ v0.18.0 ] : https://github.com/rust-embedded/svd2rust/compare/v0.17.0...v0.18.0
611
614
[ v0.17.0 ] : https://github.com/rust-embedded/svd2rust/compare/v0.16.1...v0.17.0
612
615
[ v0.16.1 ] : https://github.com/rust-embedded/svd2rust/compare/v0.16.0...v0.16.1
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ keywords = [
23
23
license = " MIT OR Apache-2.0"
24
24
name = " svd2rust"
25
25
repository = " https://github.com/rust-embedded/svd2rust/"
26
- version = " 0.18 .0"
26
+ version = " 0.19 .0"
27
27
readme = " README.md"
28
28
29
29
[[bin ]]
You can’t perform that action at this time.
0 commit comments