File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
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.21.0] - 2022-01-17
11
+
10
12
### Added
11
13
12
14
- Support of reading SVD from YAML or JSON files instead of XML
@@ -656,7 +658,8 @@ peripheral.register.write(|w| w.field().set());
656
658
657
659
- Initial version of the ` svd2rust ` tool
658
660
659
- [ Unreleased ] : https://github.com/rust-embedded/svd2rust/compare/v0.20.0...HEAD
661
+ [ Unreleased ] : https://github.com/rust-embedded/svd2rust/compare/v0.21.0...HEAD
662
+ [ v0.21.0 ] : https://github.com/rust-embedded/svd2rust/compare/v0.20.0...v0.21.0
660
663
[ v0.20.0 ] : https://github.com/rust-embedded/svd2rust/compare/v0.19.0...v0.20.0
661
664
[ v0.19.0 ] : https://github.com/rust-embedded/svd2rust/compare/v0.18.0...v0.19.0
662
665
[ v0.18.0 ] : https://github.com/rust-embedded/svd2rust/compare/v0.17.0...v0.18.0
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.20 .0"
26
+ version = " 0.21 .0"
27
27
readme = " README.md"
28
28
29
29
[package .metadata .deb ]
You can’t perform that action at this time.
0 commit comments