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,8 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## Unreleased
9
9
10
+ ## [ v0.14.5] - 2023-11-22
11
+
10
12
- ` default_value ` for ` EnumeratedValues `
11
- - move ` EnumeratedValue ` check to ` strict ` mode and fix it
13
+ - moved ` isDefault ` and ` value ` check on ` EnumeratedValue ` to strict mode
12
14
13
15
## [ v0.14.4] - 2023-11-15
14
16
@@ -96,7 +98,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
96
98
97
99
Previous versions in common [ changelog] ( ../CHANGELOG.md ) .
98
100
99
- [ Unreleased ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.4...HEAD
101
+ [ Unreleased ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.5...HEAD
102
+ [ v0.14.5 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.4...svd-rs-v0.14.5
100
103
[ v0.14.4 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.3...svd-rs-v0.14.4
101
104
[ v0.14.3 ] : https://github.com/rust-embedded/svd/compare/svd-parser-v0.14.2...svd-rs-v0.14.3
102
105
[ v0.14.2 ] : https://github.com/rust-embedded/svd/compare/svd-encoder-v0.14.2...svd-rs-v0.14.2
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.4 "
13
+ version = " 0.14.5 "
14
14
readme = " README.md"
15
15
16
16
[features ]
You can’t perform that action at this time.
0 commit comments