Skip to content

Commit 8a3f502

Browse files
committed
version: 0.32.4 -> 0.32.5
1 parent b2de799 commit 8a3f502

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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-
## [Unreleased]
7+
## [0.32.5] - 2024-08-19
88
### Added
99
- Added support for the 4232HA
1010

@@ -160,7 +160,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
160160
## Prior releases
161161
A changelog was not kept for prior releases.
162162

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
164165
[0.32.4]: https://github.com/ftdi-rs/libftd2xx/compare/0.32.3...0.32.4
165166
[0.32.3]: https://github.com/ftdi-rs/libftd2xx/compare/0.32.2...0.32.3
166167
[0.32.2]: https://github.com/ftdi-rs/libftd2xx/compare/0.32.1...0.32.2

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libftd2xx"
3-
version = "0.32.4"
3+
version = "0.32.5"
44
authors = ["Alex Martens <[email protected]>"]
55
edition = "2021"
66
description = "Rust safe wrapper around the libftd2xx-ffi crate."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Simply add this crate as a dependency in your `Cargo.toml`.
1414

1515
```toml
1616
[dependencies.libftd2xx]
17-
version = "0.32.4"
17+
version = "0.32.5"
1818
# statically link the vendor library, defaults to dynamic if not set
1919
# this will make things "just work" on Linux and Windows
2020
features = ["static"]

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//!
99
//! ```toml
1010
//! [dependencies.libftd2xx]
11-
//! version = "0.32.4"
11+
//! version = "0.32.5"
1212
//! # statically link the vendor library, defaults to dynamic if not set
1313
//! # this will make things "just work" on Linux and Windows
1414
//! features = ["static"]

0 commit comments

Comments
 (0)