Skip to content

Commit 646bfea

Browse files
bors[bot]ryankurte
andauthored
Merge #255
255: Release version 1.0.0-alpha.2 r=therealprof a=ryankurte i forgot about bors and `cargo-release`'d this so, package is already live on crates.io :-/ (maybe it would be worth looking into releasing with tags via CI? but perhaps this is also more annoying) related to #177 Co-authored-by: ryan <[email protected]>
2 parents 314d25b + cbb53a1 commit 646bfea

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
98
## [Unreleased]
109

10+
### Added
11+
12+
### Changed
13+
14+
15+
## [v1.0.0-alpha.2] - 2020-10-16
16+
17+
*** This is (also) an alpha release with breaking changes (sorry) ***
18+
1119
### Added
1220
- 10-bit addressing mode for I2C traits.
1321
- `try_set_state` method for `OutputPin` using an input `PinState` value.
@@ -129,7 +137,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
129137

130138
Initial release
131139

132-
[Unreleased]: https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.1...HEAD
140+
[Unreleased]: https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.2...HEAD
141+
[v1.0.0-alpha.2]: https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.1...v1.0.0-alpha.2
133142
[v1.0.0-alpha.1]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.3...v1.0.0-alpha.1
134143
[v0.2.3]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.2...v0.2.3
135144
[v0.2.2]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.1...v0.2.2

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
1212
name = "embedded-hal"
1313
readme = "README.md"
1414
repository = "https://github.com/rust-embedded/embedded-hal"
15-
version = "1.0.0-alpha.1"
15+
version = "1.0.0-alpha.2"
1616

1717
[dependencies]
1818
nb = "1"

0 commit comments

Comments
 (0)