Skip to content

Releases: achanda/ipnetwork

v0.21.1

07 Jan 18:56
c2812a9
Compare
Choose a tag to compare

Other

  • Fix for 0::/0 network (#205)

v0.21.0

06 Jan 04:01
551d1a6
Compare
Choose a tag to compare

Fixed

  • fix for 0.0.0.0/0 network (#199)
  • (deps) update rust crate serde to 1.0.200 (#196)
  • (deps) update rust crate serde to 1.0.199 (#194)
  • use associated constants (#191)

Other

  • Update .gitignore
  • Update publish.yml
  • Update publish.yml
  • Replace Ipv{4,6}Network::new_unchecked with Ipv{4,6}Network::new_checked (#203)
  • Make the serde feature opt-in instead of opt-out (#200)
  • Fix typo (#198)
  • Update publish.yml (#195)
  • (deps) update rust crate serde_json to 1.0.116 (#193)
  • setup release plz (#192)
  • Update Rust crate criterion to 0.5.1 (#172)
  • Update actions/checkout action to v4 (#182)
  • rewrite core ipv6 methods to operate on u128s (#187)
  • move to dtolnay/rust-toolchain and run clippy (#189)
  • Hash implementation to match PartialEq (#186)
  • Update Rust crate schemars to 0.8.17 (#184)
  • Add const unsafe new_unchecked to Ipv4Network & Ipv6Network (#185)
  • Update Rust crate schemars to 0.8.15 (#183)
  • Update Rust crate schemars to 0.8.13 (#181)
  • Add Ipv6Network::nth to get the nth address (take two) (#176)
  • Added needed traits to NetworkSize (#175)
  • Update criterion requirement from 0.4.0 to 0.5.0
  • Update katyo/publish-crates action to v2
  • Update actions/checkout action to v3
  • Update Rust crate schemars to 0.8.12
  • Add renovate.json
  • Replace assert_eq with assert for bool comparison
  • Use cargo clippy --fix to autofix code
  • Add a reference where missing
  • Cleanup mask for Ipv4Addr
  • Shrink the enumerate call on mask
  • Cleanup both size functions
  • Simplify FromStr for Ipv6Network
  • Make parse_prefix more idiomatic
  • Update criterion requirement from 0.3.4 to 0.4.0 (#162)
  • Update does-it-json requirement from 0.0.3 to 0.0.4 (#161)

Release 0.20.0

01 Jul 03:01
1b6904b
Compare
Choose a tag to compare

Download from crates.io

Release 0.19.0

13 Apr 03:48
61550ed
Compare
Choose a tag to compare
Merge pull request #149 from achanda/v0.19.0

Cut a new release for v0.19.0

Release v0.17.0

13 Jul 10:51
0b98eec
Compare
Choose a tag to compare

Please download from crates.io

Release v0.16.0

08 Jan 10:46
Compare
Choose a tag to compare

Release v0.15.1

23 Nov 13:57
bdaa8a7
Compare
Choose a tag to compare

Please download from crates.io

Release v0.15.0

12 Sep 22:08
7af6e16
Compare
Choose a tag to compare

Please use cargo to pull this in Rust projects!

Release v0.13.1

31 Aug 22:29
e0a9afc
Compare
Choose a tag to compare
Merge pull request #79 from sharksforarms/issue-#62

Parse Ipv4Addr using Ipv4Addr::from_str

Release v0.12.4

16 May 10:50
Compare
Choose a tag to compare

Please install from crates.io