Skip to content

Commit

Permalink
Merge #133
Browse files Browse the repository at this point in the history
133: Release v0.2.3 r=therealprof a=ryankurte

Updated cargo version and changelog, see also #92

Co-authored-by: Ryan Kurte <[email protected]>
  • Loading branch information
bors[bot] and ryankurte committed May 8, 2019
2 parents 460c85c + 3ba0129 commit 9e6ab5a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Added


### Changed


## [v0.2.3] - 2019-05-09

### Added
- A new version of the digital `OutputPin`, `StatefulOutputPin`, `ToggleableOutputPin`
and `InputPin` traits has been added under `digital::v2`. These traits are now
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e6ab5a

Please sign in to comment.