Skip to content

Commit 13ed952

Browse files
committed
v0.6.0
1 parent da9aa2c commit 13ed952

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

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+
1018
## [v0.5.2] - 2017-07-04
1119

1220
### Added
@@ -73,7 +81,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7381
- Initial SVD parser
7482
- A `parse` utility function to parse the contents of a SVD file (XML)
7583

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
7786
[v0.5.2]: https://github.com/japaric/svd/compare/v0.5.1...v0.5.2
7887
[v0.5.1]: https://github.com/japaric/svd/compare/v0.5.0...v0.5.1
7988
[v0.5.0]: https://github.com/japaric/svd/compare/v0.4.0...v0.5.0

0 commit comments

Comments
 (0)