Skip to content

Commit aa14c00

Browse files
committed
version: 0.21.1 -> 0.22.0
1 parent 88f8311 commit aa14c00

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [0.21.1] - 2023-03-26
7+
## [0.22.0] - 2024-05-06
8+
### Added
9+
- Added support for the upper pins (C0-C7 on the FT232H).
10+
11+
## [0.21.1] - 2024-03-26
812
### Added
913
- Added `ftdi-vendored` and `ftdi-libusb1-sys` passthrough features for linking with the `libftdi` backend.
1014

11-
## [0.21.0] - 2023-01-09
15+
## [0.21.0] - 2024-01-09
1216
### Changed
1317
- updated the v1 release of `embedded-hal` from `1.0.0-rc.3` to `1`.
1418
- updated the v1 release of `embedded-hal-nb` from `1.0.0-rc.3` to `1`.
@@ -177,7 +181,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
177181
## [0.1.0] - 2020-09-12
178182
- Initial release
179183

180-
[Unreleased]: https://github.com/ftdi-rs/ftdi-embedded-hal/compare/v0.21.1...HEAD
184+
[Unreleased]: https://github.com/ftdi-rs/ftdi-embedded-hal/compare/v0.22.0...HEAD
185+
[0.22.0]: https://github.com/ftdi-rs/ftdi-embedded-hal/compare/v0.21.1...v0.22.0
181186
[0.21.1]: https://github.com/ftdi-rs/ftdi-embedded-hal/compare/v0.21.0...v0.21.1
182187
[0.21.0]: https://github.com/ftdi-rs/ftdi-embedded-hal/compare/v0.20.0...v0.21.0
183188
[0.20.0]: https://github.com/ftdi-rs/ftdi-embedded-hal/compare/v0.19.0...v0.20.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ftdi-embedded-hal"
3-
version = "0.21.1"
3+
version = "0.22.0"
44
authors = ["Alex Martens <alex@thinglab.org>"]
55
description = "embedded-hal implementation for FTDI USB devices."
66
keywords = ["ftdi", "usb", "io", "hal"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ FTDI device into the [embedded-hal] traits.
2525

2626
```toml
2727
[dependencies.ftdi-embedded-hal]
28-
version = "0.21.1"
28+
version = "0.22.0"
2929
features = ["libftd2xx", "libftd2xx-static"]
3030
```
3131

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
//!
1919
//! ```toml
2020
//! [dependencies.ftdi-embedded-hal]
21-
//! version = "0.21.1"
21+
//! version = "0.22.0"
2222
//! features = ["libftd2xx", "libftd2xx-static"]
2323
//! ```
2424
//!

0 commit comments

Comments
 (0)