Skip to content

Commit 063c859

Browse files
committed
bump xmltree, release svd-encoder 0.14.7
1 parent ac586d0 commit 063c859

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

svd-encoder/CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff 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

6266
Previous 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

svd-encoder/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ name = "svd-encoder"
88
repository = "https://github.com/rust-embedded/svd"
99
edition = "2021"
1010
rust-version = "1.65.0"
11-
version = "0.14.6"
11+
version = "0.14.7"
1212
readme = "README.md"
1313

1414
[dependencies]
1515
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" }
1717
thiserror = "1.0.31"
1818

1919
[dependencies.xmltree]
20-
version = "0.10.3"
20+
version = "0.11.0"
2121
features = ["attribute-order"]

tests/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ svd-rs = { path = "../svd-rs"}
1212
svd-parser = { path = "../svd-parser"}
1313
svd-encoder = { path = "../svd-encoder"}
1414
roxmltree = "0.20"
15-
xmltree = "0.10.3"
15+
xmltree = "0.11.0"
1616
anyhow = "1.0.45"

0 commit comments

Comments
 (0)