Skip to content

Commit da7c877

Browse files
authored
version: 0.32.5 -> 0.33.0
1 parent 035d403 commit da7c877

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.33.0] - 2024-09-05
88
### Added
99
- Added FT240X EEPROM.
1010

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

170-
[Unreleased]: https://github.com/ftdi-rs/libftd2xx/compare/0.32.5...HEAD
170+
[Unreleased]: https://github.com/ftdi-rs/libftd2xx/compare/0.33.0...HEAD
171+
[0.33.0]: https://github.com/ftdi-rs/libftd2xx/compare/0.32.5...0.33.0
171172
[0.32.5]: https://github.com/ftdi-rs/libftd2xx/compare/0.32.4...0.32.5
172173
[0.32.4]: https://github.com/ftdi-rs/libftd2xx/compare/0.32.3...0.32.4
173174
[0.32.3]: https://github.com/ftdi-rs/libftd2xx/compare/0.32.2...0.32.3

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.5"
3+
version = "0.33.0"
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.5"
17+
version = "0.33.0"
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.5"
11+
//! version = "0.33.0"
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)