Skip to content

Commit

Permalink
Merge pull request #285 from rust-embedded/r01410
Browse files Browse the repository at this point in the history
release 0.14.10
  • Loading branch information
burrbull authored Feb 8, 2025
2 parents 1c1982e + dc32237 commit 4075e69
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 15 deletions.
9 changes: 6 additions & 3 deletions svd-encoder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## [Unreleased]

## [v0.14.5] - 2025-02-08

- Revert the `riscv` element, as well as the `unstable-riscv` feature.

## [v0.14.5] - 2023-08-20
## [v0.14.5] - 2024-08-20

- Adapt the `riscv` element to handle `riscv::Exception`.
- Add `riscv` element for configuration parameters related to RISC-V targets.
Expand Down Expand Up @@ -59,7 +61,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.5...HEAD
[Unreleased]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.10...HEAD
[v0.14.6]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.9...svd-rs-v0.14.10
[v0.14.5]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.8...svd-rs-v0.14.9
[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-encoder-v0.14.2..svd-rs-v0.14.2
Expand Down
4 changes: 2 additions & 2 deletions svd-encoder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ name = "svd-encoder"
repository = "https://github.com/rust-embedded/svd"
edition = "2021"
rust-version = "1.65.0"
version = "0.14.5"
version = "0.14.6"
readme = "README.md"

[dependencies]
convert_case = "0.6.0"
svd-rs = { version = "0.14.9", path = "../svd-rs" }
svd-rs = { version = "0.14.10", path = "../svd-rs" }
thiserror = "1.0.31"

[dependencies.xmltree]
Expand Down
7 changes: 5 additions & 2 deletions svd-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## [Unreleased]

## [v0.14.8] - 2025-02-08

- Revert the `riscv` element, as well as the `unstable-riscv` feature.

Expand Down Expand Up @@ -82,7 +84,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.6...HEAD
[Unreleased]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.10...HEAD
[v0.14.8]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.9...svd-rs-v0.14.10
[v0.14.6]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.8...svd-rs-v0.14.9
[v0.14.5]: https://github.com/rust-embedded/svd/compare/svd-parser-v0.14.4...svd-rs-v0.14.7
[v0.14.4]: https://github.com/rust-embedded/svd/compare/svd-parser-v0.14.3...svd-parser-v0.14.4
Expand Down
4 changes: 2 additions & 2 deletions svd-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = "svd-parser"
repository = "https://github.com/rust-embedded/svd"
edition = "2021"
rust-version = "1.65.0"
version = "0.14.7"
version = "0.14.8"
readme = "README.md"

[features]
Expand All @@ -27,7 +27,7 @@ thiserror = "1.0.31"
[dev-dependencies]
serde_json = { version = "1.0", features = ["preserve_order"] }
serde_yaml = "0.8.26"
svd-rs = { version = "0.14.9", path = "../svd-rs", features = ["serde"] }
svd-rs = { version = "0.14.10", path = "../svd-rs", features = ["serde"] }

[[example]]
name = "svd2json"
7 changes: 5 additions & 2 deletions svd-rs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## [Unreleased]

## [v0.14.10] - 2025-02-08

- Do not derive `DimElement`
- Revert the `riscv` elements, as well as the `unstable-riscv` feature.
Expand Down Expand Up @@ -126,7 +128,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.9...HEAD
[Unreleased]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.10...HEAD
[v0.14.10]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.9...svd-rs-v0.14.10
[v0.14.9]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.8...svd-rs-v0.14.9
[v0.14.8]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.7...svd-rs-v0.14.8
[v0.14.7]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.6...svd-rs-v0.14.7
Expand Down
6 changes: 2 additions & 4 deletions svd-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
[package]
authors = [
"The Tools Team <tools@teams.rust-embedded.org>",
]
authors = ["The Tools Team <tools@teams.rust-embedded.org>"]
description = "A CMSIS-SVD base structures"
documentation = "https://docs.rs/svd-rs"
keywords = ["CMSIS", "SVD"]
Expand All @@ -10,7 +8,7 @@ name = "svd-rs"
repository = "https://github.com/rust-embedded/svd"
edition = "2021"
rust-version = "1.65.0"
version = "0.14.9"
version = "0.14.10"
readme = "README.md"

[features]
Expand Down

0 comments on commit 4075e69

Please sign in to comment.