File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
-
9
8
## [ Unreleased]
10
9
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
+
11
19
### Added
12
20
- 10-bit addressing mode for I2C traits.
13
21
- ` 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/).
129
137
130
138
Initial release
131
139
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
133
142
[ v1.0.0-alpha.1 ] : https://github.com/rust-embedded/embedded-hal/compare/v0.2.3...v1.0.0-alpha.1
134
143
[ v0.2.3 ] : https://github.com/rust-embedded/embedded-hal/compare/v0.2.2...v0.2.3
135
144
[ v0.2.2 ] : https://github.com/rust-embedded/embedded-hal/compare/v0.2.1...v0.2.2
You can’t perform that action at this time.
0 commit comments