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/).
77
88## Unreleased
99
10+ ## [ v0.13.2] - 2022-04-23
11+
1012- Add ` expand ` (under ` expand ` feature) and ` ignore_enums ` options
1113
1214## [ v0.13.1] - 2022-01-04
@@ -29,7 +31,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2931
3032Previous versions in common [ changelog] ( ../CHANGELOG.md ) .
3133
32- [ Unreleased ] : https://github.com/rust-embedded/svd/compare/svd-parser-v0.13.1...HEAD
34+ [ Unreleased ] : https://github.com/rust-embedded/svd/compare/svd-parser-v0.13.2...HEAD
35+ [ v0.13.2 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.13.2...svd-parser-v0.13.2
3336[ v0.13.1 ] : https://github.com/rust-embedded/svd/compare/v0.13.0...svd-parser-v0.13.1
3437[ v0.13.0 ] : https://github.com/rust-embedded/svd/compare/v0.12.0...v0.13.0
3538[ v0.12.0 ] : https://github.com/rust-embedded/svd/compare/v0.11.0...v0.12.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.1 "
13+ version = " 0.13.2 "
1414readme = " README.md"
1515
1616[features ]
You can’t perform that action at this time.
0 commit comments