Releases: fuskovic/nw
Releases · fuskovic/nw
v4.0.1
v4.0.0 - rename + dependabot security updates
Changelog
- d92b8d5 Merge pull request #9 from fuskovic/dependabot/go_modules/golang.org/x/crypto-0.45.0
- c9f5313 Bump golang.org/x/crypto from 0.31.0 to 0.45.0
- 1e662eb Merge pull request #8 from fuskovic/v4
- a98dab0 enable generating of autocompletion script
- ccd52f1 remove alias
- 38207ec version bump
- ba53455 replace strings.Index -> strings.Contains
- 1d1a617 rename 'networker' -> 'nw'
- 4e3f216 rename workflow project name
- a5efa97 update docs
- c62b094 update examples to reflect rename
- 133ec5d replace 'exec.Command('networker' -> 'exec.Command('nw'...
- f78e6c1 rename test util 'WithNetworker' -> 'WithNw'
- 5989e81 replace all instances of 'networker/v3' -> 'nw/v4'
- e2dd84f ignore vendor
- 5a2a7ee change module name + update go to 1.25
- 8ccd93f change root command name
- 4994abc Merge pull request #7 from fuskovic/dependabot/go_modules/golang.org/x/crypto-0.31.0
- 4f5be72 Bump golang.org/x/crypto from 0.23.0 to 0.31.0
- 738ab1f update readme
v3.1.3 (IpV6 Support)
v3.0.3
Changelog
Upgrades some dependencies and addresses dependabot security alerts
v3.0.1
- Addresses Dependabot security alert for CVE-2022-27664 by bumping
golang.org/x/net - Deprecates
requestsubcommand. - Bumps
https://github.com/jackpal/gatewayto include fix for jackpal/gateway#34