File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
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.3] - 2022-05-09
11
+
10
12
- Add ` expand_properties ` (under ` expand ` feature)
11
13
12
14
## [ v0.13.2] - 2022-04-23
@@ -33,7 +35,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
33
35
34
36
Previous versions in common [ changelog] ( ../CHANGELOG.md ) .
35
37
36
- [ Unreleased ] : https://github.com/rust-embedded/svd/compare/svd-parser-v0.13.2...HEAD
38
+ [ Unreleased ] : https://github.com/rust-embedded/svd/compare/svd-parser-v0.13.3...HEAD
39
+ [ v0.13.3 ] : https://github.com/rust-embedded/svd/compare/svd-parser-v0.13.3...svd-parser-v0.13.2
37
40
[ v0.13.2 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.13.2...svd-parser-v0.13.2
38
41
[ v0.13.1 ] : https://github.com/rust-embedded/svd/compare/v0.13.0...svd-parser-v0.13.1
39
42
[ 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.2 "
13
+ version = " 0.13.3 "
14
14
readme = " README.md"
15
15
16
16
[features ]
You can’t perform that action at this time.
0 commit comments