interledger / interledger-rs

An easy-to-use, high-performance Interledger implementation written in Rust
http://interledger.rs
Other
201 stars 70 forks source link

Debump and bump versions #687

Closed koivunej closed 1 year ago

koivunej commented 3 years ago

CC: #668, #557

This first reverts the commit which bumped the versions to 1.0.0, then bumps the minor versions for the crates we know have in the past identified have received breaking changes.

If you go through the invidiual commits you can see how much churn a single version bump causes. Given how the interledger crate depends on all public api across crates, it does make me think if it would be best for this codebase to just have non-crates.io softer releases as the current dependency jungle is quite thick, with the re-exports the breakage will be difficult to track.

There's no hurry on my part, but this puts in code what I've been thinking recently and commenting on the issues.