Skip to content

Commit 7ac94a8

Browse files
author
Jorge Aparicio
committed
v0.5.1
1 parent 76e3dd6 commit 7ac94a8

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [Unreleased]
9+
10+
## [v0.5.1] - 2017-04-01
11+
12+
### Fixed
13+
14+
- Code generated from SVD files that used enumeratedValues.derivedFrom didn't
15+
compile.
16+
817
## [v0.5.0] - 2017-03-27
918

1019
### Changed
@@ -95,7 +104,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
95104

96105
- Initial version of the `svd2rust` tool
97106

98-
[Unreleased]: https://github.com/japaric/svd2rust/compare/v0.4.0...HEAD
107+
[Unreleased]: https://github.com/japaric/svd2rust/compare/v0.5.1...HEAD
108+
[v0.5.1]: https://github.com/japaric/svd2rust/compare/v0.5.0...v0.5.1
109+
[v0.5.0]: https://github.com/japaric/svd2rust/compare/v0.4.0...v0.5.0
99110
[v0.4.0]: https://github.com/japaric/svd2rust/compare/v0.3.0...v0.4.0
100111
[v0.3.0]: https://github.com/japaric/svd2rust/compare/v0.2.1...v0.3.0
101112
[v0.2.1]: https://github.com/japaric/svd2rust/compare/v0.2.0...v0.2.1

Cargo.toml

+1-1
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.5.0"
10+
version = "0.5.1"
1111

1212
[dependencies]
1313
cast = "0.2.0"

0 commit comments

Comments
 (0)