Skip to content

Commit a5789bf

Browse files
bors[bot]ryankurte
andauthored
Merge #259
259: Update manifest/changelog for v1.0.0-alpha.3 release r=eldruin a=ryankurte How do we feel about another alpha release now we've landed transactional SPI and I2C? - Updated version in `Cargo.toml` - Updated `CHANGELOG.md` Note: create `v1.0.0-alpha.3` tag following merge Co-authored-by: ryan <[email protected]>
2 parents 95de0e0 + 5814ce1 commit a5789bf

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
### Added
11+
12+
### Changed
13+
14+
15+
## [v1.0.0-alpha.3] - 2020-11-04
16+
1017
### Added
1118
- `Transactional` SPI interface for executing groups of SPI transactions.
1219
- `Transactional` I2C interface for executing groups of I2C transactions.
@@ -139,7 +146,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
139146

140147
Initial release
141148

142-
[Unreleased]: https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.2...HEAD
149+
[Unreleased]: https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.3...HEAD
150+
[v1.0.0-alpha.3]: https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.2...v1.0.0-alpha.3
143151
[v1.0.0-alpha.2]: https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.1...v1.0.0-alpha.2
144152
[v1.0.0-alpha.1]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.3...v1.0.0-alpha.1
145153
[v0.2.3]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.2...v0.2.3

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
authors = [
3+
"The Embedded HAL Team <[email protected]>",
34
"Jorge Aparicio <[email protected]>",
45
"Jonathan 'theJPster' Pallant <[email protected]>"
56
]
@@ -12,7 +13,7 @@ license = "MIT OR Apache-2.0"
1213
name = "embedded-hal"
1314
readme = "README.md"
1415
repository = "https://github.com/rust-embedded/embedded-hal"
15-
version = "1.0.0-alpha.2"
16+
version = "1.0.0-alpha.3"
1617

1718
[dependencies]
1819
nb = "1"

0 commit comments

Comments
 (0)