File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Not yet released
4
4
5
- [ Full Changelog] ( https://github.com/rust-embedded/rust-spidev/compare/0.6.0...HEAD )
5
+ [ Full Changelog] ( https://github.com/rust-embedded/rust-spidev/compare/0.6.1...HEAD )
6
+
7
+ ## 0.6.1 / 2024-11-21
8
+
9
+ [ Full Changelog] ( https://github.com/rust-embedded/rust-spidev/compare/0.6.0...0.6.1 )
6
10
7
11
- Added support for querying the configuration of a SPI device.
8
12
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " spidev"
4
- version = " 0.6.0 "
4
+ version = " 0.6.1 "
5
5
authors = [
6
6
" Paul Osborne <osbpau@gmail.com>" ,
7
7
" The Embedded Linux Team <embedded-linux@teams.rust-embedded.org>"
Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
3
Copyright (c) 2015 Paul Osborne
4
- Copyright (c) 2021-2023 The Rust Embedded Linux Team and contributors.
4
+ Copyright (c) 2021-2024 The Rust Embedded Linux Team and contributors.
5
5
6
6
Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments