Skip to content

Commit 828983f

Browse files
committed
Updated cargo version and changelog
1 parent f3b50a0 commit 828983f

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.6.0] - 2019-01-11
11+
12+
- [breaking-change] Major Refactor
13+
- Split SVD components into modules
14+
- Improved error handling
15+
- Added `untested` encoding functions
16+
- Added a bunch of missing fields
17+
- Added (and fixed) derivedFrom
18+
- Made register description optional
19+
20+
1021
## [v0.6.0] - 2018-02-24
1122

1223
### Changed
@@ -81,8 +92,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8192
- Initial SVD parser
8293
- A `parse` utility function to parse the contents of a SVD file (XML)
8394

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
95+
[Unreleased]: https://github.com/japaric/svd/compare/v0.7.0...HEAD
96+
[v0.7.0]: https://github.com/japaric/svd/compare/v0.6.0...v0.7.0
8697
[v0.5.2]: https://github.com/japaric/svd/compare/v0.5.1...v0.5.2
8798
[v0.5.1]: https://github.com/japaric/svd/compare/v0.5.0...v0.5.1
8899
[v0.5.0]: https://github.com/japaric/svd/compare/v0.4.0...v0.5.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords = ["CMSIS", "SVD", "parser"]
66
license = "MIT OR Apache-2.0"
77
name = "svd-parser"
88
repository = "https://github.com/japaric/svd"
9-
version = "0.6.0"
9+
version = "0.7.0"
1010

1111
[features]
1212
unproven = []

0 commit comments

Comments
 (0)