Releases: aramperes/nut-rs
Releases · aramperes/nut-rs
v0.6.1
15 Aug 03:46
Compare
Sorry, something went wrong.
No results found
v0.6.0
01 Jul 20:02
Compare
Sorry, something went wrong.
No results found
This is a minimal update to upgrade to Rust edition 2021 and some dependencies.
Full Changelog : v0.5.3...v0.6.0
v0.5.3
20 Aug 15:28
Compare
Sorry, something went wrong.
No results found
What's Changed
Start work on generic protocol impl for #28 by @aramperes in #29 (private module until v0.6.0)
Add support for running commands by @avranju in #33
New Contributors
Full Changelog : v0.5.2...v0.5.3
v0.5.2
01 Aug 21:28
Compare
Sorry, something went wrong.
No results found
This release has some internal cleanup, and renames the repo to nut-rs.
v0.5.1
01 Aug 08:13
Compare
Sorry, something went wrong.
No results found
This release re-licenses rupsc as GPL-3.0 (or later)
v0.5.0
01 Aug 07:20
Compare
Sorry, something went wrong.
No results found
This release renames the library crate from nut-client to rups.
v0.4.0
01 Aug 07:07
Compare
Sorry, something went wrong.
No results found
This release adds protocol coverage for all query commands (GET, LIST, etc.) and types.
v0.3.1
01 Aug 02:50
Compare
Sorry, something went wrong.
No results found
This release fixes the cfg gate for the async feature.
It also generalizes the internal implementation of commands.
v0.3.0
31 Jul 16:57
Compare
Sorry, something went wrong.
No results found
This release adds support for async using Tokio in nut-client.
v0.2.2
31 Jul 15:15
Compare
Sorry, something went wrong.
No results found
This release adds strict SSL verification to nut-client and rupsc (#8 ).