File tree 3 files changed +11
-6
lines changed
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/).
7
7
8
8
## [ Unreleased]
9
9
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
11
15
12
16
- Revert the ` riscv ` element, as well as the ` unstable-riscv ` feature.
13
17
@@ -61,7 +65,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
61
65
62
66
Previous versions in common [ changelog] ( ../CHANGELOG.md ) .
63
67
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
65
70
[ v0.14.6 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.9...svd-rs-v0.14.10
66
71
[ v0.14.5 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.8...svd-rs-v0.14.9
67
72
[ 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"
8
8
repository = " https://github.com/rust-embedded/svd"
9
9
edition = " 2021"
10
10
rust-version = " 1.65.0"
11
- version = " 0.14.6 "
11
+ version = " 0.14.7 "
12
12
readme = " README.md"
13
13
14
14
[dependencies ]
15
15
convert_case = " 0.6.0"
16
- svd-rs = { version = " 0.14.10 " , path = " ../svd-rs" }
16
+ svd-rs = { version = " 0.14.11 " , path = " ../svd-rs" }
17
17
thiserror = " 1.0.31"
18
18
19
19
[dependencies .xmltree ]
20
- version = " 0.10.3 "
20
+ version = " 0.11.0 "
21
21
features = [" attribute-order" ]
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ svd-rs = { path = "../svd-rs"}
12
12
svd-parser = { path = " ../svd-parser" }
13
13
svd-encoder = { path = " ../svd-encoder" }
14
14
roxmltree = " 0.20"
15
- xmltree = " 0.10.3 "
15
+ xmltree = " 0.11.0 "
16
16
anyhow = " 1.0.45"
You can’t perform that action at this time.
0 commit comments