Skip to content

Commit d956c7d

Browse files
author
Jorge Aparicio
committed
release v0.1.2
1 parent d5726a8 commit d956c7d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.2] - 2016-11-27
11+
1012
### Changed
1113

1214
- `svd2rust -i $FILE tim1` will now try to match `tim1`, the name of the
@@ -43,5 +45,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4345

4446
- Initial version of the `svd2rust` tool
4547

46-
[Unreleased]: https://github.com/japaric/svd2rust/compare/v0.1.1...HEAD
48+
[Unreleased]: https://github.com/japaric/svd2rust/compare/v0.1.2...HEAD
49+
[v0.1.2]: https://github.com/japaric/svd2rust/compare/v0.1.1...v0.1.2
4750
[v0.1.1]: https://github.com/japaric/svd2rust/compare/v0.1.0...v0.1.1

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

1212
[dependencies]
1313
clap = "2.14.0"

0 commit comments

Comments
 (0)