File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10- ## [ v0.14.5] - 2025-02-08
10+ ## [ v0.14.7] - 2025-02-28
11+
12+ - Bump ` xmltree ` to "0.11"
13+
14+ ## [ v0.14.6] - 2025-02-08
1115
1216- Revert the ` riscv ` element, as well as the ` unstable-riscv ` feature.
1317
@@ -61,7 +65,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6165
6266Previous versions in common [ changelog] ( ../CHANGELOG.md ) .
6367
64- [ Unreleased ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.10...HEAD
68+ [ Unreleased ] : https://github.com/rust-embedded/svd/compare/svd-encoder-v0.14.7...HEAD
69+ [ v0.14.7 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.11...svd-encoder-v0.14.7
6570[ v0.14.6 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.9...svd-rs-v0.14.10
6671[ v0.14.5 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.8...svd-rs-v0.14.9
6772[ v0.14.4 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.3...svd-rs-v0.14.4
Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ name = "svd-encoder"
88repository = " https://github.com/rust-embedded/svd"
99edition = " 2021"
1010rust-version = " 1.65.0"
11- version = " 0.14.6 "
11+ version = " 0.14.7 "
1212readme = " README.md"
1313
1414[dependencies ]
1515convert_case = " 0.6.0"
16- svd-rs = { version = " 0.14.10 " , path = " ../svd-rs" }
16+ svd-rs = { version = " 0.14.11 " , path = " ../svd-rs" }
1717thiserror = " 1.0.31"
1818
1919[dependencies .xmltree ]
20- version = " 0.10.3 "
20+ version = " 0.11.0 "
2121features = [" attribute-order" ]
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ svd-rs = { path = "../svd-rs"}
1212svd-parser = { path = " ../svd-parser" }
1313svd-encoder = { path = " ../svd-encoder" }
1414roxmltree = " 0.20"
15- xmltree = " 0.10.3 "
15+ xmltree = " 0.11.0 "
1616anyhow = " 1.0.45"
You can’t perform that action at this time.
0 commit comments