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/).
77
88## [ Unreleased]
99
10+
11+ ## [ v1.0.0-alpha.5] - 2021-09-11
12+
13+ ** * This is (also) an alpha release with breaking changes (sorry) ** *
14+
1015### Added
1116- Added ` IoPin ` trait for pins that can change between being inputs or outputs
1217 dynamically.
@@ -167,7 +172,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
167172
168173Initial release
169174
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
171177[ v1.0.0-alpha.4 ] : https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.3...v1.0.0-alpha.4
172178[ v1.0.0-alpha.3 ] : https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.2...v1.0.0-alpha.3
173179[ 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"
1313name = " embedded-hal"
1414readme = " README.md"
1515repository = " 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
1717
1818[dependencies ]
1919nb = " 1"
Original file line number Diff line number Diff line change 411411//! # fn main() {}
412412//! ```
413413
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 " ) ]
415415#![ deny( missing_docs) ]
416416#![ no_std]
417417
You can’t perform that action at this time.
0 commit comments