We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5480782 commit fd5f016Copy full SHA for fd5f016
CHANGELOG.md
@@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
## [Unreleased]
9
10
11
+## [v0.3.2] - 2021-10-25
12
+
13
+### Fixed
14
+- Readd `Pin` type export as an alias to `SysfsPin` for compatibility with the `0.3.0` version.
15
16
## [v0.3.1] - 2021-09-27
17
### Added
18
Cargo.toml
@@ -9,7 +9,7 @@ keywords = ["Linux", "hal"]
license = "MIT OR Apache-2.0"
name = "linux-embedded-hal"
repository = "https://github.com/rust-embedded/linux-embedded-hal"
-version = "0.3.1"
+version = "0.3.2"
readme = "README.md"
[features]
0 commit comments