Skip to content

Commit e266808

Browse files
committed
Prepare 0.5.0 release
1 parent 48c2534 commit e266808

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
## Not yet released
44

5-
[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.4.1...HEAD)
5+
[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.5.0...HEAD)
6+
7+
## 0.5.0 / 2021-09-20
8+
9+
[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.4.1...0.5.0)
610

711
- Added `Debug` implementation for `Spidev`
812
- Added `Debug`, `Default`, `Copy` and `PartialEq` implementations for `SpidevOptions`

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "spidev"
4-
version = "0.4.1"
4+
version = "0.5.0" # remember to update html_root_url
55
authors = ["Paul Osborne <[email protected]>"]
66
edition = "2018"
77
license = "MIT/Apache-2.0"

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
//! }
6666
//! ```
6767
68+
#![doc(html_root_url = "https://docs.rs/spidev/0.5.0")]
69+
6870
pub mod spidevioctl;
6971
pub use crate::spidevioctl::SpidevTransfer;
7072

0 commit comments

Comments
 (0)