Skip to content

Commit e412905

Browse files
authored
Merge pull request #17 from posborne/prep-0.4.0
Prepare release 0.4.0
2 parents fa2569f + cdd3af7 commit e412905

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
# Spidev Crate Changelog
22

3+
## 0.4.0 / 2019-05-29
4+
5+
[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.3.0...0.4.0)
6+
7+
- Bitflags dep bumped to 1.0
8+
- Nix bumped to 0.14
9+
- Minimum supported rust version is now 1.26.0
10+
- APIs added to expose underlying file object ([#13](https://github.com/rust-embedded/rust-spidev/pull/13)).
11+
312
## 0.3.0 / 2016-10-26
413

14+
[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.2.1...0.3.0)
15+
516
- The older supported version of rustc for this release is 1.7.0
617
- Bump to nix 0.6.0
718
- [transfer_multiple](http://posborne.github.io/rust-spidev/spidev/struct.Spidev.html#method.transfer_multiple) now

0 commit comments

Comments
 (0)