Skip to content

Commit 10547e7

Browse files
author
Jorge Aparicio
committed
release v0.2.0
1 parent afc5fb2 commit 10547e7

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.2.0] - 2016-12-28
11+
12+
### Changed
13+
14+
- [breaking-change] Bitfields named RESERVED are no longer exposed. They were
15+
causing compilation errors because some registers have more than one bitfield
16+
named RESERVED. This, in theory, can change the API surface of the generated
17+
code given the same input SVD but I expect very little code to be affected
18+
and, actually, those RESERVED bitfields shouldn't have been exposed anyway.
19+
1020
## [v0.1.3] - 2016-12-21
1121

1222
### Added
@@ -53,7 +63,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5363

5464
- Initial version of the `svd2rust` tool
5565

56-
[Unreleased]: https://github.com/japaric/svd2rust/compare/v0.1.3...HEAD
66+
[Unreleased]: https://github.com/japaric/svd2rust/compare/v0.2.0...HEAD
67+
[v0.2.0]: https://github.com/japaric/svd2rust/compare/v0.1.3...v0.2.0
5768
[v0.1.3]: https://github.com/japaric/svd2rust/compare/v0.1.2...v0.1.3
5869
[v0.1.2]: https://github.com/japaric/svd2rust/compare/v0.1.1...v0.1.2
5970
[v0.1.1]: https://github.com/japaric/svd2rust/compare/v0.1.0...v0.1.1

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["arm", "cortex-m", "register", "map", "generator"]
77
license = "MIT OR Apache-2.0"
88
name = "svd2rust"
99
repository = "https://github.com/japaric/svd2rust"
10-
version = "0.1.3"
10+
version = "0.2.0"
1111

1212
[dependencies]
1313
clap = "2.14.0"

0 commit comments

Comments
 (0)