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/).
77
88## [ Unreleased]
99
10- - Partially revert #283
10+ ## [ v0.14.11] - 2025-02-10
11+
12+ - Partially revert #283 . Check name on "%s" when derive array
1113
1214## [ v0.14.10] - 2025-02-08
1315
@@ -130,7 +132,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
130132
131133Previous versions in common [ changelog] ( ../CHANGELOG.md ) .
132134
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
134137[ v0.14.10 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.9...svd-rs-v0.14.10
135138[ v0.14.9 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.8...svd-rs-v0.14.9
136139[ 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"
88repository = " https://github.com/rust-embedded/svd"
99edition = " 2021"
1010rust-version = " 1.65.0"
11- version = " 0.14.10 "
11+ version = " 0.14.11 "
1212readme = " README.md"
1313
1414[features ]
You can’t perform that action at this time.
0 commit comments