From d296c1c57bb6e3707115a195bd6fb0fb99a349dd Mon Sep 17 00:00:00 2001 From: Andrey Zgarbul Date: Wed, 22 Nov 2023 20:10:54 +0300 Subject: [PATCH] release svd-rs-0.14.5 --- svd-rs/CHANGELOG.md | 7 +++++-- svd-rs/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/svd-rs/CHANGELOG.md b/svd-rs/CHANGELOG.md index 86ca430..e025307 100644 --- a/svd-rs/CHANGELOG.md +++ b/svd-rs/CHANGELOG.md @@ -7,8 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +## [v0.14.5] - 2023-11-22 + - `default_value` for `EnumeratedValues` -- move `EnumeratedValue` check to `strict` mode and fix it +- moved `isDefault` and `value` check on `EnumeratedValue` to strict mode ## [v0.14.4] - 2023-11-15 @@ -96,7 +98,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). Previous versions in common [changelog](../CHANGELOG.md). -[Unreleased]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.4...HEAD +[Unreleased]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.5...HEAD +[v0.14.5]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.4...svd-rs-v0.14.5 [v0.14.4]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.3...svd-rs-v0.14.4 [v0.14.3]: https://github.com/rust-embedded/svd/compare/svd-parser-v0.14.2...svd-rs-v0.14.3 [v0.14.2]: https://github.com/rust-embedded/svd/compare/svd-encoder-v0.14.2...svd-rs-v0.14.2 diff --git a/svd-rs/Cargo.toml b/svd-rs/Cargo.toml index e2bafb1..132ea85 100644 --- a/svd-rs/Cargo.toml +++ b/svd-rs/Cargo.toml @@ -10,7 +10,7 @@ name = "svd-rs" repository = "https://github.com/rust-embedded/svd" edition = "2021" rust-version = "1.58.0" -version = "0.14.4" +version = "0.14.5" readme = "README.md" [features]