Skip to content

Commit

Permalink
Bump version to 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM committed Mar 20, 2021
1 parent 06b20b6 commit 4739999
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.26.0] - 2021-03-20
### Added
- Added `Debug` for all FTDI device structures.

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

[Unreleased]: https://github.com/newAM/libftd2xx-rs/compare/0.25.1...HEAD
[Unreleased]: https://github.com/newAM/libftd2xx-rs/compare/0.26.0...HEAD
[0.26.0]: https://github.com/newAM/libftd2xx-rs/compare/0.25.1...0.26.0
[0.25.1]: https://github.com/newAM/libftd2xx-rs/compare/0.25.0...0.25.1
[0.25.0]: https://github.com/newAM/libftd2xx-rs/compare/0.24.1...0.25.0
[0.24.1]: https://github.com/newAM/libftd2xx-rs/compare/0.24.0...0.24.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libftd2xx"
version = "0.25.1" # remember to update html_root_url
version = "0.26.0" # remember to update html_root_url
authors = ["Alex M. <[email protected]>"]
edition = "2018"
description = "Rust safe wrapper around the libftd2xx-ffi crate."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permission from FTDI.

```toml
[dependencies]
libftd2xx = "~0.25.1"
libftd2xx = "~0.26.0"
```

This is a basic example to get your started.
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//!
//! ```toml
//! [dependencies]
//! libftd2xx = "~0.25.1"
//! libftd2xx = "~0.26.0"
//! ```
//!
//! This is a basic example to get your started.
Expand Down Expand Up @@ -76,7 +76,7 @@
//! [`ftd2xx-embedded-hal`]: https://crates.io/crates/ftd2xx-embedded-hal
//! [`embedded-hal`]: https://crates.io/crates/embedded-hal
#![cfg_attr(docsrs, feature(doc_cfg))]
#![doc(html_root_url = "https://docs.rs/libftd2xx/0.25.1")]
#![doc(html_root_url = "https://docs.rs/libftd2xx/0.26.0")]
#![deny(missing_docs)]

mod errors;
Expand Down

0 comments on commit 4739999

Please sign in to comment.