Skip to content

Commit

Permalink
Merge #107
Browse files Browse the repository at this point in the history
107: Update changelog for v0.2.2 release and tick version r=ryankurte a=thenewwazoo

Added updates to changelog (worded them as best I could based on reading PRs and code).

AFAICT there are no breaking changes here (e.g. those being discussed in #100)

Co-authored-by: Brandon Matthews <[email protected]>
Co-authored-by: Ryan <[email protected]>
  • Loading branch information
3 people committed Nov 3, 2018
2 parents 0ee24e4 + 6aeb03f commit 98a6fb8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.2.2] - 2018-11-03

### Added

- Added the Rust Code of Conduct to this repository
- The first ADC-related trait. This is a simple trait for one-shot conversions.
- Iterator-based blocking write and write+read traits have been added to I2C and SPI.
- New helper constants for SPI modes.
- A new trait for a cancellable countdown.
- New traits for watchdog timer management, including startup, feeding, and stopping.

### Changed
- Updated docs to clarify I2C address bit widths and expectations.

## [v0.2.1] - 2018-05-14

### Changed
Expand Down
4 changes: 2 additions & 2 deletions 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.1"
version = "0.2.2"

[dependencies.void]
default-features = false
Expand All @@ -28,4 +28,4 @@ futures = "0.1.17"
unproven = ["nb/unstable"]

[package.metadata.docs.rs]
features = ["unproven"]
features = ["unproven"]

0 comments on commit 98a6fb8

Please sign in to comment.