Releases: mdlayher/ethtool
Releases · mdlayher/ethtool
v0.2.0
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
- @dependabot made their first contribution in #17
- @lorenz made their first contribution in #22
Full Changelog: v0.1.0...v0.2.0
v0.1.0
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
- @mdlayher made their first contribution in #1
- @stapelberg made their first contribution in #10
- @SuperQ made their first contribution in #15
Full Changelog: https://github.com/mdlayher/ethtool/commits/v0.1.0