File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.15.2] - 2019-07-29
11+
12+ - No changes, just fixing the metadata since crates.io didn't like the keywords
13+
1014## [ v0.15.1] - 2019-07-29
1115
1216### Added
@@ -444,7 +448,8 @@ peripheral.register.write(|w| w.field().set());
444448
445449- Initial version of the ` svd2rust ` tool
446450
447- [ Unreleased ] : https://github.com/rust-embedded/svd2rust/compare/v0.15.1...HEAD
451+ [ Unreleased ] : https://github.com/rust-embedded/svd2rust/compare/v0.15.2...HEAD
452+ [ v0.15.2 ] : https://github.com/rust-embedded/svd2rust/compare/v0.15.1...v0.15.2
448453[ v0.15.1 ] : https://github.com/rust-embedded/svd2rust/compare/v0.15.0...v0.15.1
449454[ v0.15.0 ] : https://github.com/rust-embedded/svd2rust/compare/v0.14.0...v0.15.0
450455[ v0.14.0 ] : https://github.com/rust-embedded/svd2rust/compare/v0.13.1...v0.14.0
Original file line number Diff line number Diff line change @@ -14,18 +14,16 @@ categories = [
1414description = " Generate Rust register maps (`struct`s) from SVD files"
1515documentation = " https://docs.rs/svd2rust"
1616keywords = [
17- " arm" ,
18- " cortex-m" ,
19- " riscv" ,
20- " msp430" ,
17+ " svd" ,
18+ " embedded" ,
2119 " register" ,
2220 " map" ,
2321 " generator" ,
2422]
2523license = " MIT OR Apache-2.0"
2624name = " svd2rust"
2725repository = " https://github.com/rust-embedded/svd2rust/"
28- version = " 0.15.1 "
26+ version = " 0.15.2 "
2927readme = " README.md"
3028
3129[[bin ]]
You can’t perform that action at this time.
0 commit comments