From 06e263bbce72d51df2e784875b9d7b5d5ad48dc3 Mon Sep 17 00:00:00 2001 From: Andrey Zgarbul Date: Tue, 4 Apr 2023 21:33:33 +0300 Subject: [PATCH] release encoder 0.14.3 --- svd-encoder/CHANGELOG.md | 5 ++++- svd-encoder/Cargo.toml | 4 ++-- svd-rs/CHANGELOG.md | 5 ++++- svd-rs/Cargo.toml | 4 ++-- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/svd-encoder/CHANGELOG.md b/svd-encoder/CHANGELOG.md index ba9abd59..c1046269 100644 --- a/svd-encoder/CHANGELOG.md +++ b/svd-encoder/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +## [v0.14.3] - 2023-04-04 + - Add `Sorting` options to `Config` ## [v0.14.2] - 2022-12-19 @@ -44,7 +46,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-encoder-v0.14.2...HEAD +[Unreleased]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.2...HEAD +[v0.14.3]: https://github.com/rust-embedded/svd/compare/svd-encoder-v0.14.2..svd-rs-v0.14.2 [v0.14.2]: https://github.com/rust-embedded/svd/compare/svd-encoder-v0.14.1..svd-encoder-v0.14.2 [v0.14.1]: https://github.com/rust-embedded/svd/compare/v0.14.0..svd-encoder-v0.14.1 [v0.14.0]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.13.1..v0.14.0 diff --git a/svd-encoder/Cargo.toml b/svd-encoder/Cargo.toml index 7c3b3dd2..4f04cf5e 100644 --- a/svd-encoder/Cargo.toml +++ b/svd-encoder/Cargo.toml @@ -8,12 +8,12 @@ name = "svd-encoder" repository = "https://github.com/rust-embedded/svd" edition = "2021" rust-version = "1.56.0" -version = "0.14.2" +version = "0.14.3" readme = "README.md" [dependencies] convert_case = "0.6.0" -svd-rs = { version = "0.14.0", path = "../svd-rs" } +svd-rs = { version = "0.14.2", path = "../svd-rs" } thiserror = "1.0.31" [dependencies.xmltree] diff --git a/svd-rs/CHANGELOG.md b/svd-rs/CHANGELOG.md index ff7be477..67d7f92e 100644 --- a/svd-rs/CHANGELOG.md +++ b/svd-rs/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +## [v0.14.2] - 2023-04-04 + - Add support of `a-Z` for `dimIndex` - Add `name`, `description`, `address_offset` for `RegisterCluster` @@ -79,7 +81,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.1...HEAD +[Unreleased]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.2...HEAD +[v0.14.2]: https://github.com/rust-embedded/svd/compare/svd-encoder-v0.14.2...svd-rs-v0.14.2 [v0.14.1]: https://github.com/rust-embedded/svd/compare/v0.14.0...svd-rs-v0.14.1 [v0.14.0]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.13.2...v0.14.0 [v0.13.2]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.13.1...svd-rs-v0.13.2 diff --git a/svd-rs/Cargo.toml b/svd-rs/Cargo.toml index d27e2e26..c2805679 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.56.0" -version = "0.14.1" +version = "0.14.2" readme = "README.md" [features] @@ -23,7 +23,7 @@ thiserror = "1.0.31" version = "1" [dependencies.once_cell] -version = "1.13.0" +version = "1.17.1" [dependencies.serde] version = "1.0"