File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.21.1] - 2023-03-26
8
+ ### Added
9
+ - Added ` ftdi-vendored ` and ` ftdi-libusb1-sys ` passthrough features for linking with the ` libftdi ` backend.
10
+
7
11
## [ 0.21.0] - 2023-01-09
8
12
### Changed
9
- - Updated the v1 release of ` embedded-hal ` from ` 1.0.0-rc.3 ` to ` 1 ` .
10
- - Updated the v1 release of ` embedded-hal-nb ` from ` 1.0.0-rc.3 ` to ` 1 ` .
13
+ - updated the v1 release of ` embedded-hal ` from ` 1.0.0-rc.3 ` to ` 1 ` .
14
+ - updated the v1 release of ` embedded-hal-nb ` from ` 1.0.0-rc.3 ` to ` 1 ` .
11
15
12
16
## [ 0.20.0] - 2023-12-14
13
17
### Changed
@@ -173,7 +177,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
173
177
## [ 0.1.0] - 2020-09-12
174
178
- Initial release
175
179
176
- [ Unreleased ] : https://github.com/ftdi-rs/ftdi-embedded-hal/compare/v0.21.0...HEAD
180
+ [ Unreleased ] : https://github.com/ftdi-rs/ftdi-embedded-hal/compare/v0.21.1...HEAD
181
+ [ 0.21.1 ] : https://github.com/ftdi-rs/ftdi-embedded-hal/compare/v0.21.0...v0.21.1
177
182
[ 0.21.0 ] : https://github.com/ftdi-rs/ftdi-embedded-hal/compare/v0.20.0...v0.21.0
178
183
[ 0.20.0 ] : https://github.com/ftdi-rs/ftdi-embedded-hal/compare/v0.19.0...v0.20.0
179
184
[ 0.19.0 ] : https://github.com/ftdi-rs/ftdi-embedded-hal/compare/v0.18.0...v0.19.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ftdi-embedded-hal"
3
- version = " 0.21.0 "
3
+ version = " 0.21.1 "
4
4
authors = [" Alex Martens <alex@thinglab.org>" ]
5
5
description = " embedded-hal implementation for FTDI USB devices."
6
6
keywords = [" 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.
25
25
26
26
``` toml
27
27
[dependencies .ftdi-embedded-hal ]
28
- version = " 0.21.0 "
28
+ version = " 0.21.1 "
29
29
features = [" libftd2xx" , " libftd2xx-static" ]
30
30
```
31
31
Original file line number Diff line number Diff line change 18
18
//!
19
19
//! ```toml
20
20
//! [dependencies.ftdi-embedded-hal]
21
- //! version = "0.21.0 "
21
+ //! version = "0.21.1 "
22
22
//! features = ["libftd2xx", "libftd2xx-static"]
23
23
//! ```
24
24
//!
You can’t perform that action at this time.
0 commit comments