Skip to content

Commit fa9cd9d

Browse files
committed
parser-0.13.2
1 parent 0894ead commit fa9cd9d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

svd-parser/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.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

3032
Previous 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

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.1"
13+
version = "0.13.2"
1414
readme = "README.md"
1515

1616
[features]

0 commit comments

Comments
 (0)