We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 152d015 commit 5e5c77fCopy full SHA for 5e5c77f
CHANGELOG.md
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [Unreleased]
9
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
19
## [v0.13.0] - 2018-05-12
20
21
### Added
Cargo.toml
@@ -19,7 +19,7 @@ keywords = [
license = "MIT OR Apache-2.0"
name = "svd2rust"
repository = "https://github.com/japaric/svd2rust"
22
-version = "0.13.0"
+version = "0.13.1"
23
24
[[bin]]
25
doc = false
0 commit comments