File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## Unreleased
9
9
10
+ ## [ v0.14.6] - 2023-11-29
11
+
10
12
- fix ` validate ` on ` Disabled ` level, remove ` mut `
11
13
- add ` validate_all ` for ` Device ` and childrens for recursive tree check
12
14
@@ -101,7 +103,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
101
103
102
104
Previous versions in common [ changelog] ( ../CHANGELOG.md ) .
103
105
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
105
108
[ v0.14.5 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.4...svd-rs-v0.14.5
106
109
[ v0.14.4 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.3...svd-rs-v0.14.4
107
110
[ v0.14.3 ] : https://github.com/rust-embedded/svd/compare/svd-parser-v0.14.2...svd-rs-v0.14.3
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ name = "svd-rs"
10
10
repository = " https://github.com/rust-embedded/svd"
11
11
edition = " 2021"
12
12
rust-version = " 1.58.0"
13
- version = " 0.14.5 "
13
+ version = " 0.14.6 "
14
14
readme = " README.md"
15
15
16
16
[features ]
You can’t perform that action at this time.
0 commit comments