Skip to content

Commit

Permalink
Merge #32
Browse files Browse the repository at this point in the history
32: Release 0.5.0 r=ryankurte a=eldruin



Co-authored-by: Diego Barrios Romero <[email protected]>
  • Loading branch information
bors[bot] and eldruin authored Sep 21, 2021
2 parents ee960c5 + 6708902 commit f6ea765
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
branches: [ staging, trying, master ]
pull_request:

name: Continuous integration
name: CI

jobs:
ci-linux:
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

## Not yet released

[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.4.1...HEAD)
[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.5.0...HEAD)

## 0.5.0 / 2021-09-21

[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.4.1...0.5.0)

- Added `Debug` implementation for `Spidev`
- Added `Debug`, `Default`, `Copy` and `PartialEq` implementations for `SpidevOptions`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "spidev"
version = "0.4.1"
version = "0.5.0" # remember to update html_root_url
authors = ["Paul Osborne <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@
//! }
//! ```

#![doc(html_root_url = "https://docs.rs/spidev/0.5.0")]

pub mod spidevioctl;
pub use crate::spidevioctl::SpidevTransfer;

Expand Down

0 comments on commit f6ea765

Please sign in to comment.