File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+
11
+ ## [ v1.0.0-alpha.5] - 2021-09-11
12
+
13
+ ** * This is (also) an alpha release with breaking changes (sorry) ** *
14
+
10
15
### Added
11
16
- Added ` IoPin ` trait for pins that can change between being inputs or outputs
12
17
dynamically.
@@ -167,7 +172,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
167
172
168
173
Initial release
169
174
170
- [ Unreleased ] : https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.4...HEAD
175
+ [ Unreleased ] : https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.5...HEAD
176
+ [ v1.0.0-alpha.5 ] : https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.4...v1.0.0-alpha.5
171
177
[ v1.0.0-alpha.4 ] : https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.3...v1.0.0-alpha.4
172
178
[ v1.0.0-alpha.3 ] : https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.2...v1.0.0-alpha.3
173
179
[ v1.0.0-alpha.2 ] : https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.1...v1.0.0-alpha.2
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.4 " # remember to update html_root_url
16
+ version = " 1.0.0-alpha.5 " # 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 411
411
//! # fn main() {}
412
412
//! ```
413
413
414
- #![ doc( html_root_url = "https://docs.rs/embedded-hal/1.0.0-alpha.4 " ) ]
414
+ #![ doc( html_root_url = "https://docs.rs/embedded-hal/1.0.0-alpha.5 " ) ]
415
415
#![ deny( missing_docs) ]
416
416
#![ no_std]
417
417
You can’t perform that action at this time.
0 commit comments