Skip to content

Commit bd7f607

Browse files
bors[bot]eldruin
andauthored
Merge #311
311: Prepare 1.0.0-alpha.5 release r=therealprof a=eldruin I think it would be good to make a new alpha release after the latest major changes. Co-authored-by: Diego Barrios Romero <[email protected]>
2 parents 833dcf2 + e31c28e commit bd7f607

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

168173
Initial 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
1313
name = "embedded-hal"
1414
readme = "README.md"
1515
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
1717

1818
[dependencies]
1919
nb = "1"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@
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

0 commit comments

Comments
 (0)