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.33.0 ] - 2024-09-05
8
8
### Added
9
9
- Added FT240X EEPROM.
10
10
@@ -167,7 +167,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
167
167
## Prior releases
168
168
A changelog was not kept for prior releases.
169
169
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
171
172
[ 0.32.5 ] : https://github.com/ftdi-rs/libftd2xx/compare/0.32.4...0.32.5
172
173
[ 0.32.4 ] : https://github.com/ftdi-rs/libftd2xx/compare/0.32.3...0.32.4
173
174
[ 0.32.3 ] : https://github.com/ftdi-rs/libftd2xx/compare/0.32.2...0.32.3
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " libftd2xx"
3
- version = " 0.32.5 "
3
+ version = " 0.33.0 "
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.5 "
17
+ version = " 0.33.0 "
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.5 "
11
+ //! version = "0.33.0 "
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