We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 460c85c + 3ba0129 commit 9e6ab5aCopy full SHA for 9e6ab5a
CHANGELOG.md
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [Unreleased]
9
10
+### Added
11
+
12
13
+### Changed
14
15
16
+## [v0.2.3] - 2019-05-09
17
18
### Added
19
- A new version of the digital `OutputPin`, `StatefulOutputPin`, `ToggleableOutputPin`
20
and `InputPin` traits has been added under `digital::v2`. These traits are now
Cargo.toml
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
name = "embedded-hal"
readme = "README.md"
repository = "https://github.com/japaric/embedded-hal"
-version = "0.2.3-rc.1"
+version = "0.2.3"
[dependencies.void]
default-features = false
0 commit comments