You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
andsqlx
to keep an up to dateipnetwork
dependency without having to release a new version themselves whenever a newipnetwork
version is released.Is there something preventing the release of a 1.0 version?
The text was updated successfully, but these errors were encountered: