File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.22.1] - 2024-12-24
8+ ### Fixed
9+ - Fixed 0-size I2C transfers
10+
711## [ 0.22.0] - 2024-05-06
812### Added
913- Added support for the upper pins (C0-C7 on the FT232H).
@@ -181,7 +185,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
181185## [ 0.1.0] - 2020-09-12
182186- Initial release
183187
184- [ Unreleased ] : https://github.com/ftdi-rs/ftdi-embedded-hal/compare/v0.22.0...HEAD
188+ [ Unreleased ] : https://github.com/ftdi-rs/ftdi-embedded-hal/compare/v0.22.1...HEAD
189+ [ 0.22.1 ] : https://github.com/ftdi-rs/ftdi-embedded-hal/compare/v0.22.0...v0.22.1
185190[ 0.22.0 ] : https://github.com/ftdi-rs/ftdi-embedded-hal/compare/v0.21.1...v0.22.0
186191[ 0.21.1 ] : https://github.com/ftdi-rs/ftdi-embedded-hal/compare/v0.21.0...v0.21.1
187192[ 0.21.0 ] : https://github.com/ftdi-rs/ftdi-embedded-hal/compare/v0.20.0...v0.21.0
Original file line number Diff line number Diff line change 11[package ]
22name = " ftdi-embedded-hal"
3- version = " 0.22.0 "
3+ version = " 0.22.1 "
44authors = [" Alex Martens <alex@thinglab.org>" ]
55description = " embedded-hal implementation for FTDI USB devices."
66keywords = [" ftdi" , " usb" , " io" , " hal" ]
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ FTDI device into the [embedded-hal] traits.
2525
2626``` toml
2727[dependencies .ftdi-embedded-hal ]
28- version = " 0.22.0 "
28+ version = " 0.22.1 "
2929features = [" libftd2xx" , " libftd2xx-static" ]
3030```
3131
Original file line number Diff line number Diff line change 1818//!
1919//! ```toml
2020//! [dependencies.ftdi-embedded-hal]
21- //! version = "0.22.0 "
21+ //! version = "0.22.1 "
2222//! features = ["libftd2xx", "libftd2xx-static"]
2323//! ```
2424//!
You can’t perform that action at this time.
0 commit comments