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,10 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## Unreleased
9
9
10
- - Bump MSRV to 1.58.0
10
+ ## [ v0.14.3 ] - 2023-04-04
11
11
12
+ - Bump MSRV to 1.58.0
12
13
- ` array::names ` returns custom names if specified
13
14
- add ` Description ` trait and ` array::descriptions `
15
+ - add write constraint range check
14
16
15
17
## [ v0.14.2] - 2023-04-04
16
18
@@ -86,7 +88,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
86
88
87
89
Previous versions in common [ changelog] ( ../CHANGELOG.md ) .
88
90
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
90
93
[ v0.14.2 ] : https://github.com/rust-embedded/svd/compare/svd-encoder-v0.14.2...svd-rs-v0.14.2
91
94
[ v0.14.1 ] : https://github.com/rust-embedded/svd/compare/v0.14.0...svd-rs-v0.14.1
92
95
[ v0.14.0 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.13.2...v0.14.0
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.2 "
13
+ version = " 0.14.3 "
14
14
readme = " README.md"
15
15
16
16
[features ]
You can’t perform that action at this time.
0 commit comments