Skip to content

Commit 5e5c77f

Browse files
committed
v0.13.1
1 parent 152d015 commit 5e5c77f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
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.13.1] - 2018-05-16
11+
12+
### Fixed
13+
14+
- Fixed code generation for non Cortex-M targets. `svd2rust` was generating a feature gate with the
15+
wrong name.
16+
17+
- Fixed the example Cargo.toml for msp430 in the documentation.
18+
1019
## [v0.13.0] - 2018-05-12
1120

1221
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ keywords = [
1919
license = "MIT OR Apache-2.0"
2020
name = "svd2rust"
2121
repository = "https://github.com/japaric/svd2rust"
22-
version = "0.13.0"
22+
version = "0.13.1"
2323

2424
[[bin]]
2525
doc = false

0 commit comments

Comments
 (0)