Skip to content

Releases: mdlayher/ethtool

v0.2.0

11 Sep 05:36
48f9949
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump golang.org/x/sys from 0.9.0 to 0.10.0 by @dependabot in #17
  • build(deps): bump golang.org/x/sys from 0.10.0 to 0.11.0 by @dependabot in #18
  • build(deps): bump golang.org/x/sys from 0.11.0 to 0.12.0 by @dependabot in #19
  • build(deps): bump golang.org/x/sys from 0.12.0 to 0.13.0 by @dependabot in #20
  • build(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0 by @dependabot in #21
  • ethtool: add support for private flags by @lorenz in #22
  • build(deps): bump golang.org/x/sys from 0.13.0 to 0.16.0 by @dependabot in #24
  • build(deps): bump golang.org/x/sys from 0.16.0 to 0.17.0 by @dependabot in #25
  • build(deps): bump golang.org/x/sys from 0.17.0 to 0.18.0 by @dependabot in #26
  • build(deps): bump golang.org/x/sys from 0.18.0 to 0.19.0 by @dependabot in #27
  • build(deps): bump golang.org/x/sys from 0.19.0 to 0.22.0 by @dependabot in #30

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

14 Jun 14:07
d26c2de
Compare
Choose a tag to compare

What's Changed

  • ethtool: first pass at Client, Client.LinkSettings by @mdlayher in #1
  • ethtool: initial Client.LinkMode(s) methods by @mdlayher in #2
  • ethtool: add Go 1.17 build tags by @mdlayher in #3
  • .github: update CI for Go 1.17 by @mdlayher in #4
  • *: switch primary branch to main by @mdlayher in #5
  • go.mod: bump dependencies by @mdlayher in #6
  • Add FEC() and SetFEC() methods to configure forward error correction by @stapelberg in #10
  • Update dependencies by @SuperQ in #15

New Contributors

Full Changelog: https://github.com/mdlayher/ethtool/commits/v0.1.0