Skip to content

Releases: EstebanBorai/local-ip-address

v0.6.10.48.0

25 Feb 23:42
Compare
Choose a tag to compare

What's Changed

  • fix(linux): can't get local ip address with libc::ENETUNREACH error by @jsydliuqing in #136

New Contributors

Full Changelog: v0.6.00.48.0...v0.6.10.48.0

v0.6.00.48.0

20 Feb 21:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.70.48.0...v0.6.00.48.0

v0.5.70.48.0

20 Jan 23:00
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump actions/github-script from 5 to 7 by @dependabot in #129

Full Changelog: v0.5.60.48.0...v0.5.70.48.0

v0.5.60.48.0

27 Sep 22:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.50.48.0...v0.5.60.48.0

v0.5.50.48.0

13 Sep 22:55
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump actions/checkout from 1 to 4 by @dependabot in #125
  • fix(linux): do not override interface name by label by @cgzones in #127

Full Changelog: v0.5.40.48.0...v0.5.50.48.0

v0.5.4

27 Jul 02:51
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in #122
  • chore(deps): bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #123

Full Changelog: v0.5.3...v0.5.40.48.0

v0.5.3

07 May 00:13
Compare
Choose a tag to compare
fix: trim Unexpected \0 in network interface name (#111)

build on additional targets and fix musl compatibility (#108)
chore(deps): update windows-sys requirement from 0.45.0 to 0.48.0 (#117)
chore(deps): bump dependabot/fetch-metadata from 1.1.1 to 1.4.0 (#119)
feat: macOS and FreeBSD reuse the same code (#116)
chore(deps): bump actions/cache from 2 to 3 (#115)
Add interface to get local IPv6 address (#105)
linux: use correct message types for requests (#121)

v0.5.2

04 Mar 02:35
Compare
Choose a tag to compare
feat(linux): use `RTM_GETROUTE` before `RTM_GETADDR`

v0.5.1

10 Jan 03:19
Compare
Choose a tag to compare
fix: reintroduce macos dedicated impl

v0.5.0

30 Dec 03:21
Compare
Choose a tag to compare
feat: freebsd support