Skip to content

Commit 07e28ae

Browse files
committed
release svd-parser 0.13.3
1 parent af997ec commit 07e28ae

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.3] - 2022-05-09
11+
1012
- Add `expand_properties` (under `expand` feature)
1113

1214
## [v0.13.2] - 2022-04-23
@@ -33,7 +35,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3335

3436
Previous versions in common [changelog](../CHANGELOG.md).
3537

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
3740
[v0.13.2]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.13.2...svd-parser-v0.13.2
3841
[v0.13.1]: https://github.com/rust-embedded/svd/compare/v0.13.0...svd-parser-v0.13.1
3942
[v0.13.0]: https://github.com/rust-embedded/svd/compare/v0.12.0...v0.13.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.2"
13+
version = "0.13.3"
1414
readme = "README.md"
1515

1616
[features]

0 commit comments

Comments
 (0)