Skip to content

Commit 3ae3923

Browse files
author
Jorge Aparicio
committed
v0.5.0
1 parent 74f1c3e commit 3ae3923

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ 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]
8+
## [v0.5.0] - 2017-03-27
9+
10+
### Changed
11+
12+
- [breaking change] each peripheral instance now has its own type. Direct use
13+
of the instances will continue working but function calls whose arguments
14+
include a peripheral instance will likely break.
915

1016
## [v0.4.0] - 2017-03-12
1117

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.4.0"
10+
version = "0.5.0"
1111

1212
[dependencies]
1313
cast = "0.2.0"

0 commit comments

Comments
 (0)