Skip to content

Commit b88ce66

Browse files
author
Jorge Aparicio
committed
release v0.1.1
1 parent b456335 commit b88ce66

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.1.1] - 2016-11-13
11+
1012
### Fixed
1113

1214
- Some SVD files specify that two registers exist at the same address.

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.0"
10+
version = "0.1.1"
1111

1212
[dependencies]
1313
clap = "2.14.0"

0 commit comments

Comments
 (0)