Skip to content

Commit 245b250

Browse files
bors[bot]eldruin
andauthored
Merge #79
79: Update changelog r=ryankurte a=eldruin Co-authored-by: Diego Barrios Romero <[email protected]>
2 parents 4a481f0 + 5c50055 commit 245b250

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

CHANGELOG.md

+32-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,34 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4242
- Updated `sysfs_gpio` to version `0.6`.
4343
- Updated `nb` to version `1`.
4444

45+
## [v0.3.2] - 2021-10-25
46+
47+
### Fixed
48+
- Readd `Pin` type export as an alias to `SysfsPin` for compatibility with the `0.3.0` version.
49+
50+
## [v0.3.1] - 2021-09-27
51+
### Added
52+
53+
- Added implementation of transactional SPI and I2C traits.
54+
- `CountDown` implementation for `SysTimer`.
55+
- `Default` implementation for `SysTimer`.
56+
57+
### Changed
58+
59+
- Set default features to build both sysfs and cdev pin types.
60+
- Removed `Pin` export, use `CdevPin` or `SysfsPin`.
61+
- Updated `embedded-hal` to version `0.2.6`.
62+
- Updated `nb` to version `0.1.3`.
63+
- Updated `gpio-cdev` to version `0.5`.
64+
- Updated `i2cdev` to version `0.5`.
65+
- Updated `spidev` to version `0.5`.
66+
- Updated `sysfs-gpio` to version `0.6`.
67+
- Updated `cast` to version `0.3`.
68+
69+
### Fixed
70+
71+
- Modified `OutputPin` behavior for active-low pins to match `InputPin` behavior.
72+
4573
## [v0.3.0] - 2019-11-25
4674

4775
### Added
@@ -92,8 +120,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
92120

93121
Initial release
94122

95-
[Unreleased]: https://github.com/rust-embedded/linux-embedded-hal/compare/v0.4.0-alpha.1...HEAD
123+
[Unreleased]: https://github.com/rust-embedded/linux-embedded-hal/compare/v0.4.0-alpha.2...HEAD
124+
[v0.4.0-alpha.2]: https://github.com/rust-embedded/linux-embedded-hal/compare/v0.4.0-alpha.2...v0.4.0-alpha.1
96125
[v0.4.0-alpha.1]: https://github.com/rust-embedded/linux-embedded-hal/compare/v0.3.0...v0.4.0-alpha.1
126+
[v0.3.2]: https://github.com/rust-embedded/linux-embedded-hal/compare/v0.3.1...v0.3.2
127+
[v0.3.1]: https://github.com/rust-embedded/linux-embedded-hal/compare/v0.3.0...v0.3.1
97128
[v0.3.0]: https://github.com/rust-embedded/linux-embedded-hal/compare/v0.2.2...v0.3.0
98129
[v0.2.2]: https://github.com/rust-embedded/linux-embedded-hal/compare/v0.2.1...v0.2.2
99130
[v0.2.1]: https://github.com/rust-embedded/linux-embedded-hal/compare/v0.2.0...v0.2.1

0 commit comments

Comments
 (0)