Skip to content

Commit fd5f016

Browse files
committed
Prepare 0.3.2 release
1 parent 5480782 commit fd5f016

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
## [Unreleased]
99

1010

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+
1116
## [v0.3.1] - 2021-09-27
1217
### Added
1318

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["Linux", "hal"]
99
license = "MIT OR Apache-2.0"
1010
name = "linux-embedded-hal"
1111
repository = "https://github.com/rust-embedded/linux-embedded-hal"
12-
version = "0.3.1"
12+
version = "0.3.2"
1313
readme = "README.md"
1414

1515
[features]

0 commit comments

Comments
 (0)