Skip to content

Commit 186de04

Browse files
committed
Bump svd-parser version to 0.14.4
1 parent 4b8a69d commit 186de04

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

svd-parser/CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## Unreleased
99

10+
## [v0.14.4] - 2023-11-15
11+
12+
- Bump svd-rs dependency to 0.14.4 or higher.
13+
1014
## [v0.14.3] - 2023-11-15
1115

1216
- Correctly place `expand_properties` under `expand` feature
@@ -59,8 +63,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5963

6064
Previous versions in common [changelog](../CHANGELOG.md).
6165

62-
[Unreleased]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.4...HEAD
63-
[v0.14.3]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.3...svd-rs-v0.14.4
66+
[Unreleased]: https://github.com/rust-embedded/svd/compare/svd-parser-v0.14.4...HEAD
67+
[v0.14.4]: https://github.com/rust-embedded/svd/compare/svd-parser-v0.14.3...svd-parser-v0.14.4
68+
[v0.14.3]: https://github.com/rust-embedded/svd/compare/svd-parser-v0.14.2...svd-parser-v0.14.3
6469
[v0.14.2]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.2...svd-parser-v0.14.2
6570
[v0.14.1]: https://github.com/rust-embedded/svd/compare/v0.14.0...svd-rs-v0.14.1
6671
[v0.14.0]: https://github.com/rust-embedded/svd/compare/svd-parser-v0.13.4...v0.14.0

svd-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "svd-parser"
1111
repository = "https://github.com/rust-embedded/svd"
1212
edition = "2021"
1313
rust-version = "1.58.0"
14-
version = "0.14.3"
14+
version = "0.14.4"
1515
readme = "README.md"
1616

1717
[features]

0 commit comments

Comments
 (0)