Skip to content

Commit 98a6fb8

Browse files
bors[bot]Brandon Matthewsryankurte
committed
Merge #107
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]>
2 parents 0ee24e4 + 6aeb03f commit 98a6fb8

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.2.2] - 2018-11-03
11+
12+
### Added
13+
14+
- Added the Rust Code of Conduct to this repository
15+
- The first ADC-related trait. This is a simple trait for one-shot conversions.
16+
- Iterator-based blocking write and write+read traits have been added to I2C and SPI.
17+
- New helper constants for SPI modes.
18+
- A new trait for a cancellable countdown.
19+
- New traits for watchdog timer management, including startup, feeding, and stopping.
20+
21+
### Changed
22+
- Updated docs to clarify I2C address bit widths and expectations.
23+
1024
## [v0.2.1] - 2018-05-14
1125

1226
### Changed

Cargo.toml

+2-2
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.1"
14+
version = "0.2.2"
1515

1616
[dependencies.void]
1717
default-features = false
@@ -28,4 +28,4 @@ futures = "0.1.17"
2828
unproven = ["nb/unstable"]
2929

3030
[package.metadata.docs.rs]
31-
features = ["unproven"]
31+
features = ["unproven"]

0 commit comments

Comments
 (0)