Skip to content

Commit b7d8ee1

Browse files
bors[bot]burrbull
andauthored
Merge #203
203: svd-parser 0.13.4 r=therealprof a=burrbull Co-authored-by: Andrey Zgarbul <[email protected]>
2 parents 60d435f + 35b443c commit b7d8ee1

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

svd-parser/CHANGELOG.md

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

88
## Unreleased
99

10+
## [v0.13.4] - 2022-05-13
11+
1012
- Support nested `derivedFrom` for `expand`
1113

1214
## [v0.13.3] - 2022-05-09
@@ -37,8 +39,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3739

3840
Previous versions in common [changelog](../CHANGELOG.md).
3941

40-
[Unreleased]: https://github.com/rust-embedded/svd/compare/svd-parser-v0.13.3...HEAD
41-
[v0.13.3]: https://github.com/rust-embedded/svd/compare/svd-parser-v0.13.3...svd-parser-v0.13.2
42+
[Unreleased]: https://github.com/rust-embedded/svd/compare/svd-parser-v0.13.4...HEAD
43+
[v0.13.4]: https://github.com/rust-embedded/svd/compare/svd-parser-v0.13.3...svd-parser-v0.13.4
44+
[v0.13.3]: https://github.com/rust-embedded/svd/compare/svd-parser-v0.13.2...svd-parser-v0.13.3
4245
[v0.13.2]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.13.2...svd-parser-v0.13.2
4346
[v0.13.1]: https://github.com/rust-embedded/svd/compare/v0.13.0...svd-parser-v0.13.1
4447
[v0.13.0]: https://github.com/rust-embedded/svd/compare/v0.12.0...v0.13.0

svd-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
1010
name = "svd-parser"
1111
repository = "https://github.com/rust-embedded/svd"
1212
edition = "2018"
13-
version = "0.13.3"
13+
version = "0.13.4"
1414
readme = "README.md"
1515

1616
[features]

0 commit comments

Comments
 (0)