achanda / ipnetwork

A library to work with CIDRs in rust
Apache License 2.0
121 stars 38 forks source link

Version 1.0 #164

Open Razican opened 1 year ago

Razican commented 1 year ago

As far as I can tell, the public API of this crate has stayed backwards compatible for quite a few versions already. This means that releasing a 1.0 version in the current form would allow to add new features (in 1.x) versions without sacrificing backwards compatibility.

This, in turn, would make it easier for crates such as diesel and sqlx to keep an up to date ipnetwork dependency without having to release a new version themselves whenever a new ipnetwork version is released.

Is there something preventing the release of a 1.0 version?

Alextopher commented 5 months ago

I agree, looking into this project from the outside I see a few potential blockers: