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/).
7
7
8
8
## Unreleased
9
9
10
+ ## [ v0.13.4] - 2022-05-13
11
+
10
12
- Support nested ` derivedFrom ` for ` expand `
11
13
12
14
## [ v0.13.3] - 2022-05-09
@@ -37,8 +39,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
37
39
38
40
Previous versions in common [ changelog] ( ../CHANGELOG.md ) .
39
41
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
42
45
[ v0.13.2 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.13.2...svd-parser-v0.13.2
43
46
[ v0.13.1 ] : https://github.com/rust-embedded/svd/compare/v0.13.0...svd-parser-v0.13.1
44
47
[ 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"
10
10
name = " svd-parser"
11
11
repository = " https://github.com/rust-embedded/svd"
12
12
edition = " 2018"
13
- version = " 0.13.3 "
13
+ version = " 0.13.4 "
14
14
readme = " README.md"
15
15
16
16
[features ]
You can’t perform that action at this time.
0 commit comments