File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff 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
3840Previous 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
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
1010name = " svd-parser"
1111repository = " https://github.com/rust-embedded/svd"
1212edition = " 2018"
13- version = " 0.13.3 "
13+ version = " 0.13.4 "
1414readme = " README.md"
1515
1616[features ]
You can’t perform that action at this time.
0 commit comments