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.
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.32.2] - 2022-12-14
8
+ ### Fixed
9
+ - Fixed a typo where EEPROM drive-current sets schmitt input instead.
10
+
7
11
## [ 0.32.1] - 2022-08-27
8
12
### Added
9
13
- Implement ` Send ` and ` Sync ` for ` Ftdi ` .
@@ -144,7 +148,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
144
148
## Prior releases
145
149
A changelog was not kept for prior releases.
146
150
147
- [ Unreleased ] : https://github.com/ftdi-rs/libftd2xx/compare/0.32.1...HEAD
151
+ [ Unreleased ] : https://github.com/ftdi-rs/libftd2xx/compare/0.32.2...HEAD
152
+ [ 0.32.2 ] : https://github.com/ftdi-rs/libftd2xx/compare/0.32.1...0.32.2
148
153
[ 0.32.1 ] : https://github.com/ftdi-rs/libftd2xx/compare/0.32.0...0.32.1
149
154
[ 0.32.0 ] : https://github.com/ftdi-rs/libftd2xx/compare/0.31.0...0.32.0
150
155
[ 0.31.0 ] : https://github.com/ftdi-rs/libftd2xx/compare/0.30.0...0.31.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " libftd2xx"
3
- version = " 0.32.1 "
3
+ version = " 0.32.2 "
4
4
authors = [
" Alex Martens <[email protected] >" ]
5
5
edition = " 2021"
6
6
description = " Rust safe wrapper around the libftd2xx-ffi crate."
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Simply add this crate as a dependency in your `Cargo.toml`.
14
14
15
15
``` toml
16
16
[dependencies .libftd2xx ]
17
- version = " 0.32.1 "
17
+ version = " 0.32.2 "
18
18
# statically link the vendor library, defaults to dynamic if not set
19
19
# this will make things "just work" on Linux and Windows
20
20
features = [" static" ]
Original file line number Diff line number Diff line change 8
8
//!
9
9
//! ```toml
10
10
//! [dependencies.libftd2xx]
11
- //! version = "0.32.1 "
11
+ //! version = "0.32.2 "
12
12
//! # statically link the vendor library, defaults to dynamic if not set
13
13
//! # this will make things "just work" on Linux and Windows
14
14
//! features = ["static"]
You can’t perform that action at this time.
0 commit comments