File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.6.0] - 2018-02-24
11
+
12
+ ### Changed
13
+
14
+ - Accept both 'X' and 'x' as "don't care" bits in literals.
15
+
16
+ - Parse clusters of registers
17
+
10
18
## [ v0.5.2] - 2017-07-04
11
19
12
20
### Added
@@ -73,7 +81,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
73
81
- Initial SVD parser
74
82
- A ` parse ` utility function to parse the contents of a SVD file (XML)
75
83
76
- [ Unreleased ] : https://github.com/japaric/svd/compare/v0.5.2...HEAD
84
+ [ Unreleased ] : https://github.com/japaric/svd/compare/v0.6.0...HEAD
85
+ [ v0.6.0 ] : https://github.com/japaric/svd/compare/v0.5.2...v0.6.0
77
86
[ v0.5.2 ] : https://github.com/japaric/svd/compare/v0.5.1...v0.5.2
78
87
[ v0.5.1 ] : https://github.com/japaric/svd/compare/v0.5.0...v0.5.1
79
88
[ v0.5.0 ] : https://github.com/japaric/svd/compare/v0.4.0...v0.5.0
You can’t perform that action at this time.
0 commit comments