Skip to content

Commit f4bf34e

Browse files
author
Jorge Aparicio
committed
release v0.3.0
1 parent 102cd10 commit f4bf34e

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,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.3.0] - 2017-02-18
11+
12+
### Changed
13+
14+
- The generated API now makes used of the SVD's enumeratedValues information
15+
if it's available. To make the API that doesn't use enumeratedValues info
16+
similar to the ones that does use it, the API has significantly changed from
17+
version
18+
1019
## [v0.2.1] - 2016-12-31
1120

1221
### Added
@@ -69,7 +78,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6978

7079
- Initial version of the `svd2rust` tool
7180

72-
[Unreleased]: https://github.com/japaric/svd2rust/compare/v0.2.0...HEAD
81+
[Unreleased]: https://github.com/japaric/svd2rust/compare/v0.3.0...HEAD
82+
[v0.3.0]: https://github.com/japaric/svd2rust/compare/v0.2.1...v0.3.0
83+
[v0.2.1]: https://github.com/japaric/svd2rust/compare/v0.2.0...v0.2.1
7384
[v0.2.0]: https://github.com/japaric/svd2rust/compare/v0.1.3...v0.2.0
7485
[v0.1.3]: https://github.com/japaric/svd2rust/compare/v0.1.2...v0.1.3
7586
[v0.1.2]: https://github.com/japaric/svd2rust/compare/v0.1.1...v0.1.2

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.2.1"
10+
version = "0.3.0"
1111

1212
[dependencies]
1313
clap = "2.14.0"

0 commit comments

Comments
 (0)