File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+
11
+ ## [ v0.3.1] - 2021-09-27
10
12
### Added
11
13
12
14
- Added implementation of transactional SPI and I2C traits.
@@ -79,8 +81,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
79
81
80
82
Initial release
81
83
82
- [ Unreleased ] : https://github.com/japaric/linux-embedded-hal/compare/v0.2.1...HEAD
83
- [ v0.2.2 ] : https://github.com/japaric/linux-embedded-hal/compare/v0.2.1...v0.2.2
84
+ [ Unreleased ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.3.1...HEAD
85
+ [ v0.3.1 ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.3.0...v0.3.1
86
+ [ v0.3.0 ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.2.2...v0.3.0
87
+ [ v0.2.2 ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.2.1...v0.2.2
84
88
[ v0.2.1 ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.2.0...v0.2.1
85
89
[ v0.2.0 ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.1.1...v0.2.0
86
- [ v0.1.1 ] : https://github.com/japaric /linux-embedded-hal/compare/v0.1.0...v0.1.1
90
+ [ v0.1.1 ] : https://github.com/rust-embedded /linux-embedded-hal/compare/v0.1.0...v0.1.1
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ keywords = ["Linux", "hal"]
9
9
license = " MIT OR Apache-2.0"
10
10
name = " linux-embedded-hal"
11
11
repository = " https://github.com/rust-embedded/linux-embedded-hal"
12
- version = " 0.3.0 "
12
+ version = " 0.3.1 "
13
13
readme = " README.md"
14
14
15
15
[features ]
You can’t perform that action at this time.
0 commit comments