Skip to content

Commit d296c1c

Browse files
committed
release svd-rs-0.14.5
1 parent 0409483 commit d296c1c

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

88
## Unreleased
99

10+
## [v0.14.5] - 2023-11-22
11+
1012
- `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
1214

1315
## [v0.14.4] - 2023-11-15
1416

@@ -96,7 +98,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9698

9799
Previous versions in common [changelog](../CHANGELOG.md).
98100

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
100103
[v0.14.4]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.3...svd-rs-v0.14.4
101104
[v0.14.3]: https://github.com/rust-embedded/svd/compare/svd-parser-v0.14.2...svd-rs-v0.14.3
102105
[v0.14.2]: https://github.com/rust-embedded/svd/compare/svd-encoder-v0.14.2...svd-rs-v0.14.2

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

1616
[features]

0 commit comments

Comments
 (0)