File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
11
11
12
12
### Changed
13
13
14
+ ## [ v1.0.0-alpha.4] - 2020-11-11
15
+
14
16
### Fixed
15
17
- Support for I2C addressing modes in ` Transactional ` I2C traits.
16
18
@@ -148,7 +150,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
148
150
149
151
Initial release
150
152
151
- [ Unreleased ] : https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.3...HEAD
153
+ [ Unreleased ] : https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.4...HEAD
154
+ [ v1.0.0-alpha.4 ] : https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.3...v1.0.0-alpha.4
152
155
[ v1.0.0-alpha.3 ] : https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.2...v1.0.0-alpha.3
153
156
[ v1.0.0-alpha.2 ] : https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.1...v1.0.0-alpha.2
154
157
[ v1.0.0-alpha.1 ] : https://github.com/rust-embedded/embedded-hal/compare/v0.2.3...v1.0.0-alpha.1
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
13
13
name = " embedded-hal"
14
14
readme = " README.md"
15
15
repository = " https://github.com/rust-embedded/embedded-hal"
16
- version = " 1.0.0-alpha.3 " # remember to update html_root_url
16
+ version = " 1.0.0-alpha.4 " # remember to update html_root_url
17
17
18
18
[dependencies ]
19
19
nb = " 1"
Original file line number Diff line number Diff line change 404
404
//! # fn main() {}
405
405
//! ```
406
406
407
- #![ doc( html_root_url = "https://docs.rs/embedded-hal/1.0.0-alpha.3 " ) ]
407
+ #![ doc( html_root_url = "https://docs.rs/embedded-hal/1.0.0-alpha.4 " ) ]
408
408
#![ deny( missing_docs) ]
409
409
#![ no_std]
410
410
You can’t perform that action at this time.
0 commit comments