Skip to content

Commit 1c224ee

Browse files
author
Jorge Aparicio
committed
release v0.2.1
1 parent 7457cf3 commit 1c224ee

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.2.1] - 2016-12-31
11+
12+
### Added
13+
14+
- Unsafe API to directly modify the bits of a register
15+
1016
## [v0.2.0] - 2016-12-28
1117

1218
### Changed

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
@@ -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.2.0"
10+
version = "0.2.1"
1111

1212
[dependencies]
1313
clap = "2.14.0"

0 commit comments

Comments
 (0)