Skip to content

Commit eba34be

Browse files
committed
release svd-rs-0.14.3
1 parent e5fb9f9 commit eba34be

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,10 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## Unreleased
99

10-
- Bump MSRV to 1.58.0
10+
## [v0.14.3] - 2023-04-04
1111

12+
- Bump MSRV to 1.58.0
1213
- `array::names` returns custom names if specified
1314
- add `Description` trait and `array::descriptions`
15+
- add write constraint range check
1416

1517
## [v0.14.2] - 2023-04-04
1618

@@ -86,7 +88,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8688

8789
Previous versions in common [changelog](../CHANGELOG.md).
8890

89-
[Unreleased]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.2...HEAD
91+
[Unreleased]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.3...HEAD
92+
[v0.14.3]: https://github.com/rust-embedded/svd/compare/svd-parser-v0.14.2...svd-rs-v0.14.3
9093
[v0.14.2]: https://github.com/rust-embedded/svd/compare/svd-encoder-v0.14.2...svd-rs-v0.14.2
9194
[v0.14.1]: https://github.com/rust-embedded/svd/compare/v0.14.0...svd-rs-v0.14.1
9295
[v0.14.0]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.13.2...v0.14.0

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.2"
13+
version = "0.14.3"
1414
readme = "README.md"
1515

1616
[features]

0 commit comments

Comments
 (0)