Skip to content

Commit 3019dbc

Browse files
authored
Merge pull request #287 from rust-embedded/r-014-11
release 0.14.11
2 parents 129cb42 + 11be034 commit 3019dbc

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

svd-rs/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

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

svd-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "svd-rs"
88
repository = "https://github.com/rust-embedded/svd"
99
edition = "2021"
1010
rust-version = "1.65.0"
11-
version = "0.14.10"
11+
version = "0.14.11"
1212
readme = "README.md"
1313

1414
[features]

0 commit comments

Comments
 (0)