Skip to content

Commit cbb53a1

Browse files
committed
Update changelog
1 parent 502d52d commit cbb53a1

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

CHANGELOG.md

+11-2
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

0 commit comments

Comments
 (0)