File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,12 @@ 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.1] - 2022-08-27
8
+ ### Added
9
+ - Implement ` Send ` and ` Sync ` for ` Ftdi ` .
10
+
8
11
### Changed
9
12
- Updated the edition from 2018 to 2021.
10
- - Implement ` Send ` and ` Sync ` for ` Ftdi ` .
11
13
12
14
## [ 0.32.0] - 2021-11-07
13
15
### Added
@@ -142,7 +144,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
142
144
## Prior releases
143
145
A changelog was not kept for prior releases.
144
146
145
- [ Unreleased ] : https://github.com/ftdi-rs/libftd2xx/compare/0.32.0...HEAD
147
+ [ Unreleased ] : https://github.com/ftdi-rs/libftd2xx/compare/0.32.1...HEAD
148
+ [ 0.32.1 ] : https://github.com/ftdi-rs/libftd2xx/compare/0.32.0...0.32.1
146
149
[ 0.32.0 ] : https://github.com/ftdi-rs/libftd2xx/compare/0.31.0...0.32.0
147
150
[ 0.31.0 ] : https://github.com/ftdi-rs/libftd2xx/compare/0.30.0...0.31.0
148
151
[ 0.30.0 ] : https://github.com/ftdi-rs/libftd2xx/compare/0.29.0...0.30.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " libftd2xx"
3
- version = " 0.32.0 "
3
+ version = " 0.32.1 "
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"
17
+ version = " 0.32.1 "
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"
11
+ //! version = "0.32.1 "
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