File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Added
11
+
12
+ ### Changed
13
+
14
+
15
+ ## [ v1.0.0-alpha.3] - 2020-11-04
16
+
10
17
### Added
11
18
- ` Transactional ` SPI interface for executing groups of SPI transactions.
12
19
- ` Transactional ` I2C interface for executing groups of I2C transactions.
@@ -139,7 +146,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
139
146
140
147
Initial release
141
148
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
143
151
[ v1.0.0-alpha.2 ] : https://github.com/rust-embedded/embedded-hal/compare/v1.0.0-alpha.1...v1.0.0-alpha.2
144
152
[ v1.0.0-alpha.1 ] : https://github.com/rust-embedded/embedded-hal/compare/v0.2.3...v1.0.0-alpha.1
145
153
[ v0.2.3 ] : https://github.com/rust-embedded/embedded-hal/compare/v0.2.2...v0.2.3
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
authors = [
3
+ " The Embedded HAL Team <[email protected] >" ,
3
4
" Jorge Aparicio <[email protected] >" ,
4
5
" Jonathan 'theJPster' Pallant <[email protected] >"
5
6
]
@@ -12,7 +13,7 @@ license = "MIT OR Apache-2.0"
12
13
name = " embedded-hal"
13
14
readme = " README.md"
14
15
repository = " https://github.com/rust-embedded/embedded-hal"
15
- version = " 1.0.0-alpha.2 "
16
+ version = " 1.0.0-alpha.3 "
16
17
17
18
[dependencies ]
18
19
nb = " 1"
You can’t perform that action at this time.
0 commit comments