Skip to content

Commit cb78e2e

Browse files
author
Jorge Aparicio
committed
release v0.1.3
1 parent 4522caa commit cb78e2e

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
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.1.3] - 2016-12-21
11+
12+
### Added
13+
14+
- Support for "register arrays".
15+
16+
- Support for registers that have no declared "fields".
17+
1018
## [v0.1.2] - 2016-11-27
1119

1220
### Changed
@@ -45,6 +53,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4553

4654
- Initial version of the `svd2rust` tool
4755

48-
[Unreleased]: https://github.com/japaric/svd2rust/compare/v0.1.2...HEAD
56+
[Unreleased]: https://github.com/japaric/svd2rust/compare/v0.1.3...HEAD
57+
[v0.1.3]: https://github.com/japaric/svd2rust/compare/v0.1.2...v0.1.3
4958
[v0.1.2]: https://github.com/japaric/svd2rust/compare/v0.1.1...v0.1.2
5059
[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.2"
10+
version = "0.1.3"
1111

1212
[dependencies]
1313
clap = "2.14.0"

0 commit comments

Comments
 (0)