@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.8.0] - 2019-11-03
11
+
12
+ - [ breaking-change] ` RegisterClusterArrayInfo ` renamed on ` DimElement `
10
13
- [ breaking-change] ` Defaults ` field renamed on ` RegisterProperties `
11
14
and added into ` Peripheral ` and ` ClusterInfo `
12
15
- [ breaking-change] ` Field ` splitted on ` Field ` enum and ` FieldInfo ` struct
@@ -101,14 +104,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
101
104
- Initial SVD parser
102
105
- A ` parse ` utility function to parse the contents of a SVD file (XML)
103
106
104
- [ Unreleased ] : https://github.com/japaric/svd/compare/v0.7.0...HEAD
105
- [ v0.7.0 ] : https://github.com/japaric/svd/compare/v0.6.0...v0.7.0
106
- [ v0.6.0 ] : https://github.com/japaric/svd/compare/v0.5.2...v0.6.0
107
- [ v0.5.2 ] : https://github.com/japaric/svd/compare/v0.5.1...v0.5.2
108
- [ v0.5.1 ] : https://github.com/japaric/svd/compare/v0.5.0...v0.5.1
109
- [ v0.5.0 ] : https://github.com/japaric/svd/compare/v0.4.0...v0.5.0
110
- [ v0.4.0 ] : https://github.com/japaric/svd/compare/v0.3.0...v0.4.0
111
- [ v0.3.0 ] : https://github.com/japaric/svd/compare/v0.2.0...v0.3.0
112
- [ v0.2.0 ] : https://github.com/japaric/svd/compare/v0.1.2...v0.2.0
113
- [ v0.1.2 ] : https://github.com/japaric/svd/compare/v0.1.1...v0.1.2
114
- [ v0.1.1 ] : https://github.com/japaric/svd/compare/v0.1.0...v0.1.1
107
+ [ Unreleased ] : https://github.com/rust-embedded/svd/compare/v0.8.0...HEAD
108
+ [ v0.8.0 ] : https://github.com/rust-embedded/svd/compare/v0.7.0...v0.8.0
109
+ [ v0.7.0 ] : https://github.com/rust-embedded/svd/compare/v0.6.0...v0.7.0
110
+ [ v0.6.0 ] : https://github.com/rust-embedded/svd/compare/v0.5.2...v0.6.0
111
+ [ v0.5.2 ] : https://github.com/rust-embedded/svd/compare/v0.5.1...v0.5.2
112
+ [ v0.5.1 ] : https://github.com/rust-embedded/svd/compare/v0.5.0...v0.5.1
113
+ [ v0.5.0 ] : https://github.com/rust-embedded/svd/compare/v0.4.0...v0.5.0
114
+ [ v0.4.0 ] : https://github.com/rust-embedded/svd/compare/v0.3.0...v0.4.0
115
+ [ v0.3.0 ] : https://github.com/rust-embedded/svd/compare/v0.2.0...v0.3.0
116
+ [ v0.2.0 ] : https://github.com/rust-embedded/svd/compare/v0.1.2...v0.2.0
117
+ [ v0.1.2 ] : https://github.com/rust-embedded/svd/compare/v0.1.1...v0.1.2
118
+ [ v0.1.1 ] : https://github.com/rust-embedded/svd/compare/v0.1.0...v0.1.1
0 commit comments