Skip to content

Releases: aramperes/nut-rs

v0.6.1

15 Aug 03:46
Compare
Choose a tag to compare

What's Changed

  • fix: Prevent panic caused by subtracting with overflow by @hubertpawlak in #36

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

01 Jul 20:02
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

This release has some internal cleanup, and renames the repo to nut-rs.

v0.5.1

01 Aug 08:13
Compare
Choose a tag to compare

This release re-licenses rupsc as GPL-3.0 (or later)

v0.5.0

01 Aug 07:20
Compare
Choose a tag to compare

This release renames the library crate from nut-client to rups.

v0.4.0

01 Aug 07:07
Compare
Choose a tag to compare

This release adds protocol coverage for all query commands (GET, LIST, etc.) and types.

v0.3.1

01 Aug 02:50
Compare
Choose a tag to compare

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
Choose a tag to compare

This release adds support for async using Tokio in nut-client.

v0.2.2

31 Jul 15:15
Compare
Choose a tag to compare

This release adds strict SSL verification to nut-client and rupsc (#8).