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/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.10.2] - 2021-04-30
11
+
10
12
- Allow single valued ` dimIndex `
11
13
- Added ` reg_iter ` , ` reg_iter_mut ` methods on ` Peripheral ` and ` Cluster `
12
14
- Added ` DerefMut ` for ` Cluster ` , ` Register ` and ` Field `
@@ -139,7 +141,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
139
141
- Initial SVD parser
140
142
- A ` parse ` utility function to parse the contents of a SVD file (XML)
141
143
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
143
146
[ v0.10.1 ] : https://github.com/rust-embedded/svd/compare/v0.10.0...v0.10.1
144
147
[ v0.10.0 ] : https://github.com/rust-embedded/svd/compare/v0.9.0...v0.10.0
145
148
[ 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"
10
10
name = " svd-parser"
11
11
repository = " https://github.com/rust-embedded/svd"
12
12
edition = " 2018"
13
- version = " 0.10.1 "
13
+ version = " 0.10.2 "
14
14
readme = " README.md"
15
15
16
16
[features ]
You can’t perform that action at this time.
0 commit comments