Skip to content

Commit 9e6ab5a

Browse files
bors[bot]ryankurte
andcommitted
Merge #133
133: Release v0.2.3 r=therealprof a=ryankurte Updated cargo version and changelog, see also #92 Co-authored-by: Ryan Kurte <ryankurte@gmail.com>
2 parents 460c85c + 3ba0129 commit 9e6ab5a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
### Added
11+
12+
13+
### Changed
14+
15+
16+
## [v0.2.3] - 2019-05-09
17+
1018
### Added
1119
- A new version of the digital `OutputPin`, `StatefulOutputPin`, `ToggleableOutputPin`
1220
and `InputPin` traits has been added under `digital::v2`. These traits are now

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
1111
name = "embedded-hal"
1212
readme = "README.md"
1313
repository = "https://github.com/japaric/embedded-hal"
14-
version = "0.2.3-rc.1"
14+
version = "0.2.3"
1515

1616
[dependencies.void]
1717
default-features = false

0 commit comments

Comments
 (0)