Skip to content

Commit 148419b

Browse files
bors[bot]burrbull
andauthored
Merge #148
148: 0.10.2 r=therealprof a=burrbull Co-authored-by: Andrey Zgarbul <[email protected]>
2 parents 6bf6968 + c8ab64a commit 148419b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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.10.2] - 2021-04-30
11+
1012
- Allow single valued `dimIndex`
1113
- Added `reg_iter`, `reg_iter_mut` methods on `Peripheral` and `Cluster`
1214
- Added `DerefMut` for `Cluster`, `Register` and `Field`
@@ -139,7 +141,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
139141
- Initial SVD parser
140142
- A `parse` utility function to parse the contents of a SVD file (XML)
141143

142-
[Unreleased]: https://github.com/rust-embedded/svd/compare/v0.10.1...HEAD
144+
[Unreleased]: https://github.com/rust-embedded/svd/compare/v0.10.2...HEAD
145+
[v0.10.2]: https://github.com/rust-embedded/svd/compare/v0.10.1...v0.10.2
143146
[v0.10.1]: https://github.com/rust-embedded/svd/compare/v0.10.0...v0.10.1
144147
[v0.10.0]: https://github.com/rust-embedded/svd/compare/v0.9.0...v0.10.0
145148
[v0.9.0]: https://github.com/rust-embedded/svd/compare/v0.8.1...v0.9.0

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

1616
[features]

0 commit comments

Comments
 (0)