Skip to content

Commit 65d9b59

Browse files
committed
version: 0.23.0 -> 0.23.1
1 parent 6bd4c1b commit 65d9b59

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.md

+3-2
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.23.1] - 2025-03-29
88
### Added
99
- Added a `with_device` method to access device-specific features, such as the EEPROM.
1010

@@ -194,7 +194,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
194194
## [0.1.0] - 2020-09-12
195195
- Initial release
196196

197-
[Unreleased]: https://github.com/ftdi-rs/ftdi-embedded-hal/compare/v0.23.0...HEAD
197+
[Unreleased]: https://github.com/ftdi-rs/ftdi-embedded-hal/compare/v0.23.1...HEAD
198+
[0.23.1]: https://github.com/ftdi-rs/ftdi-embedded-hal/compare/v0.23.0...v0.23.1
198199
[0.23.0]: https://github.com/ftdi-rs/ftdi-embedded-hal/compare/v0.22.1...v0.23.0
199200
[0.22.1]: https://github.com/ftdi-rs/ftdi-embedded-hal/compare/v0.22.0...v0.22.1
200201
[0.22.0]: https://github.com/ftdi-rs/ftdi-embedded-hal/compare/v0.21.1...v0.22.0

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ftdi-embedded-hal"
3-
version = "0.23.0"
3+
version = "0.23.1"
44
authors = ["Alex Martens <[email protected]>"]
55
description = "embedded-hal implementation for FTDI USB devices."
66
keywords = ["ftdi", "usb", "io", "hal"]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ FTDI device into the [embedded-hal] traits.
2424

2525
```toml
2626
[dependencies.ftdi-embedded-hal]
27-
version = "0.23.0"
27+
version = "0.23.1"
2828
features = ["libftd2xx", "libftd2xx-static"]
2929
```
3030

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
//!
1919
//! ```toml
2020
//! [dependencies.ftdi-embedded-hal]
21-
//! version = "0.23.0"
21+
//! version = "0.23.1"
2222
//! features = ["libftd2xx", "libftd2xx-static"]
2323
//! ```
2424
//!

0 commit comments

Comments
 (0)