File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ 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
- ## [ Unreleased ]
7
+ ## [ 0.32.5 ] - 2024-08-19
8
8
### Added
9
9
- Added support for the 4232HA
10
10
@@ -160,7 +160,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
160
160
## Prior releases
161
161
A changelog was not kept for prior releases.
162
162
163
- [ Unreleased ] : https://github.com/ftdi-rs/libftd2xx/compare/0.32.4...HEAD
163
+ [ Unreleased ] : https://github.com/ftdi-rs/libftd2xx/compare/0.32.5...HEAD
164
+ [ 0.32.5 ] : https://github.com/ftdi-rs/libftd2xx/compare/0.32.4...0.32.5
164
165
[ 0.32.4 ] : https://github.com/ftdi-rs/libftd2xx/compare/0.32.3...0.32.4
165
166
[ 0.32.3 ] : https://github.com/ftdi-rs/libftd2xx/compare/0.32.2...0.32.3
166
167
[ 0.32.2 ] : https://github.com/ftdi-rs/libftd2xx/compare/0.32.1...0.32.2
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " libftd2xx"
3
- version = " 0.32.4 "
3
+ version = " 0.32.5 "
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.4 "
17
+ version = " 0.32.5 "
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.4 "
11
+ //! version = "0.32.5 "
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