Skip to content

2.0.4

Compare
Choose a tag to compare
@c-robinson c-robinson released this 19 Jan 06:00
· 2 commits to main since this release

v2.0.3...v2.0.4

  • Fix an overflow in Net6.Enumerate() on 32bit architectures
  • AllNetsBetween now starts with a netmask of 0 instead of 1, so iplib.AllNetsBetween(0.0.0.0, 255.255.255.255) will now return a single /0 network instead of two /1's.