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/).
77
88## [ Unreleased]
99
10+
11+ ## [ v0.3.1] - 2021-09-27
1012### Added
1113
1214- Added implementation of transactional SPI and I2C traits.
@@ -79,8 +81,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7981
8082Initial release
8183
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
8488[ v0.2.1 ] : https://github.com/rust-embedded/linux-embedded-hal/compare/v0.2.0...v0.2.1
8589[ 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"]
99license = " MIT OR Apache-2.0"
1010name = " linux-embedded-hal"
1111repository = " https://github.com/rust-embedded/linux-embedded-hal"
12- version = " 0.3.0 "
12+ version = " 0.3.1 "
1313readme = " README.md"
1414
1515[features ]
You can’t perform that action at this time.
0 commit comments