Skip to content

Commit 7319323

Browse files
authored
version: 0.11.0 -> 0.12.0
1 parent 5e9c863 commit 7319323

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.12.0] - 2022-09-03
88
### Added
99
- Added re-exports for `libftd2xx` and `ftdi` when the respective feature is used.
1010
- Added `embedded-hal` version `1.0.0-alpha.8` trait implementations for:
@@ -123,7 +123,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
123123
## [0.1.0] - 2020-09-12
124124
- Initial release
125125

126-
[Unreleased]: https://github.com/ftdi-rs/ftdi-embedded-hal/compare/v0.11.0...HEAD
126+
[Unreleased]: https://github.com/ftdi-rs/ftdi-embedded-hal/compare/v0.12.0...HEAD
127+
[0.12.0]: https://github.com/ftdi-rs/ftdi-embedded-hal/compare/v0.11.0...v0.12.0
127128
[0.11.0]: https://github.com/ftdi-rs/ftdi-embedded-hal/compare/v0.10.0...v0.11.0
128129
[0.10.0]: https://github.com/ftdi-rs/ftdi-embedded-hal/compare/v0.9.1...v0.10.0
129130
[0.9.1]: https://github.com/ftdi-rs/ftdi-embedded-hal/compare/v0.9.0...v0.9.1

Cargo.toml

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ FTDI device into the [embedded-hal] traits.
2525

2626
```toml
2727
[dependencies.ftdi-embedded-hal]
28-
version = "0.11"
28+
version = "0.12.0"
2929
features = ["libftd2xx", "libftd2xx-static"]
3030
```
3131

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
//!
1919
//! ```toml
2020
//! [dependencies.ftdi-embedded-hal]
21-
//! version = "0.11"
21+
//! version = "0.12.0"
2222
//! features = ["libftd2xx", "libftd2xx-static"]
2323
//! ```
2424
//!

0 commit comments

Comments
 (0)