File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
- - Partially revert #283
10
+ ## [ v0.14.11] - 2025-02-10
11
+
12
+ - Partially revert #283 . Check name on "%s" when derive array
11
13
12
14
## [ v0.14.10] - 2025-02-08
13
15
@@ -130,7 +132,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
130
132
131
133
Previous versions in common [ changelog] ( ../CHANGELOG.md ) .
132
134
133
- [ Unreleased ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.10...HEAD
135
+ [ Unreleased ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.11...HEAD
136
+ [ v0.14.11 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.10...svd-rs-v0.14.11
134
137
[ v0.14.10 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.9...svd-rs-v0.14.10
135
138
[ v0.14.9 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.8...svd-rs-v0.14.9
136
139
[ v0.14.8 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.7...svd-rs-v0.14.8
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ name = "svd-rs"
8
8
repository = " https://github.com/rust-embedded/svd"
9
9
edition = " 2021"
10
10
rust-version = " 1.65.0"
11
- version = " 0.14.10 "
11
+ version = " 0.14.11 "
12
12
readme = " README.md"
13
13
14
14
[features ]
You can’t perform that action at this time.
0 commit comments