Skip to content

Commit

Permalink
Merge #259
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
bors[bot] and ryankurte authored Nov 4, 2020
2 parents 95de0e0 + 5814ce1 commit a5789bf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Added

### Changed


## [v1.0.0-alpha.3] - 2020-11-04

### Added
- `Transactional` SPI interface for executing groups of SPI transactions.
- `Transactional` I2C interface for executing groups of I2C transactions.
Expand Down Expand Up @@ -139,7 +146,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

Initial release

[Unreleased]: https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.2...HEAD
[Unreleased]: https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.3...HEAD
[v1.0.0-alpha.3]: https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.2...v1.0.0-alpha.3
[v1.0.0-alpha.2]: https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.1...v1.0.0-alpha.2
[v1.0.0-alpha.1]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.3...v1.0.0-alpha.1
[v0.2.3]: https://github.com/rust-embedded/embedded-hal/compare/v0.2.2...v0.2.3
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
authors = [
"The Embedded HAL Team <[email protected]>",
"Jorge Aparicio <[email protected]>",
"Jonathan 'theJPster' Pallant <[email protected]>"
]
Expand All @@ -12,7 +13,7 @@ license = "MIT OR Apache-2.0"
name = "embedded-hal"
readme = "README.md"
repository = "https://github.com/rust-embedded/embedded-hal"
version = "1.0.0-alpha.2"
version = "1.0.0-alpha.3"

[dependencies]
nb = "1"
Expand Down

0 comments on commit a5789bf

Please sign in to comment.