Skip to content

Commit 50ee4f7

Browse files
authored
Merge pull request #253 from rust-embedded/r0.14.6
release svd-rs 0.14.6
2 parents 8c20d17 + da5c0c3 commit 50ee4f7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

svd-rs/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## Unreleased
99

10+
## [v0.14.6] - 2023-11-29
11+
1012
- fix `validate` on `Disabled` level, remove `mut`
1113
- add `validate_all` for `Device` and childrens for recursive tree check
1214

@@ -101,7 +103,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
101103

102104
Previous versions in common [changelog](../CHANGELOG.md).
103105

104-
[Unreleased]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.5...HEAD
106+
[Unreleased]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.6...HEAD
107+
[v0.14.6]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.5...svd-rs-v0.14.6
105108
[v0.14.5]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.4...svd-rs-v0.14.5
106109
[v0.14.4]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.3...svd-rs-v0.14.4
107110
[v0.14.3]: https://github.com/rust-embedded/svd/compare/svd-parser-v0.14.2...svd-rs-v0.14.3

svd-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "svd-rs"
1010
repository = "https://github.com/rust-embedded/svd"
1111
edition = "2021"
1212
rust-version = "1.58.0"
13-
version = "0.14.5"
13+
version = "0.14.6"
1414
readme = "README.md"
1515

1616
[features]

0 commit comments

Comments
 (0)