File tree Expand file tree Collapse file tree 7 files changed +21
-13
lines changed Expand file tree Collapse file tree 7 files changed +21
-13
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## Unreleased
99
10+ ## [ v0.12.0] - 2021-11-11
11+
12+ - Bump ` svd-rs `
1013- Add ` protection ` encoding
1114- Add ` readAction ` encoding
1215- Add array support for peripherals
Original file line number Diff line number Diff line change @@ -9,13 +9,12 @@ license = "MIT OR Apache-2.0"
99name = " svd-encoder"
1010repository = " https://github.com/rust-embedded/svd"
1111edition = " 2018"
12- version = " 0.11 .0"
12+ version = " 0.12 .0"
1313readme = " README.md"
1414
1515[dependencies ]
16- svd-rs = { version = " 0.11.0" , path = " ../svd-rs" }
17- anyhow = " 1.0.19"
18- thiserror = " 1.0.5"
16+ svd-rs = { version = " 0.12.0" , path = " ../svd-rs" }
17+ thiserror = " 1.0.30"
1918
2019[dependencies .xmltree ]
2120version = " 0.10.3"
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## Unreleased
99
10+ ## [ v0.12.0] - 2021-11-11
11+
12+ - Bump ` svd-rs `
1013- Add ` protection ` parsing
1114- Add ` readAction ` parsing
1215- Add array support for peripherals
Original file line number Diff line number Diff line change @@ -10,21 +10,21 @@ license = "MIT OR Apache-2.0"
1010name = " svd-parser"
1111repository = " https://github.com/rust-embedded/svd"
1212edition = " 2018"
13- version = " 0.11 .0"
13+ version = " 0.12 .0"
1414readme = " README.md"
1515
1616[features ]
1717derive-from = [" svd-rs/derive-from" ]
1818
1919[dependencies ]
20- svd-rs = { version = " 0.11 .0" , path = " ../svd-rs" }
20+ svd-rs = { version = " 0.12 .0" , path = " ../svd-rs" }
2121roxmltree = " 0.14.1"
22- anyhow = " 1.0.19 "
23- thiserror = " 1.0.5 "
22+ anyhow = " 1.0.45 "
23+ thiserror = " 1.0.30 "
2424
2525[dev-dependencies ]
2626serde_json = " 1.0"
27- svd-rs = { version = " 0.11 .0" , path = " ../svd-rs" , features = [" serde" ] }
27+ svd-rs = { version = " 0.12 .0" , path = " ../svd-rs" , features = [" serde" ] }
2828
2929[[example ]]
3030name = " svd2json"
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## Unreleased
99
10+ ## [ v0.12.0] - 2021-11-11
11+
12+ - Bump dependencies
1013- Add check for wrong size of ` bitRange ` width
1114- Don't clone when serialize
1215- Add optional entries to ` Cpu `
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
99name = " svd-rs"
1010repository = " https://github.com/rust-embedded/svd"
1111edition = " 2018"
12- version = " 0.11.2 "
12+ version = " 0.12.0 "
1313readme = " README.md"
1414
1515[features ]
@@ -22,7 +22,7 @@ thiserror = "1.0.5"
2222version = " 1"
2323
2424[dependencies .once_cell ]
25- version = " 1.5.2 "
25+ version = " 1.8.0 "
2626
2727[dependencies .serde ]
2828version = " 1.0"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ license = "MIT OR Apache-2.0"
44name = " svd-tests"
55repository = " https://github.com/rust-embedded/svd"
66edition = " 2018"
7- version = " 0.11 .0"
7+ version = " 0.12 .0"
88publish = false
99
1010[dependencies ]
@@ -13,4 +13,4 @@ svd-parser = { path = "../svd-parser"}
1313svd-encoder = { path = " ../svd-encoder" }
1414roxmltree = " 0.14.1"
1515xmltree = " 0.10.3"
16- anyhow = " 1.0.19 "
16+ anyhow = " 1.0.45 "
You can’t perform that action at this time.
0 commit comments