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.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
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.10.1 "
13+ version = " 0.10.2 "
1414readme = " README.md"
1515
1616[features ]
You can’t perform that action at this time.
0 commit comments