Skip to content

Commit 1b9f439

Browse files
committed
v0.9.1
1 parent 20c2e20 commit 1b9f439

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10-
## [v0.9.0] - 2017-06-05
10+
## [v0.9.1] - 2017-06-05
11+
12+
### Fixed
13+
14+
- The type of core peripheral register blocks has been changed to uppercase to
15+
match the device specific ones.
16+
17+
## [v0.9.0] - 2017-06-05 - YANKED
1118

1219
### Changed
1320

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
@@ -8,7 +8,7 @@ keywords = ["arm", "cortex-m", "register", "map", "generator"]
88
license = "MIT OR Apache-2.0"
99
name = "svd2rust"
1010
repository = "https://github.com/japaric/svd2rust"
11-
version = "0.9.0"
11+
version = "0.9.1"
1212

1313
[dependencies]
1414
cast = "0.2.0"

0 commit comments

Comments
 (0)