GREsau / okapi

OpenAPI (AKA Swagger) document generation for Rust projects
MIT License
578 stars 103 forks source link

Publishing updated versions to crates.io #126

Closed 0xOmarA closed 8 months ago

0xOmarA commented 1 year ago

Looking at rocket_okapi in crates.io it seems like the last version that was published there was 0.5.1.

Is the team planning on releasing v0.7.0 to crates.io? I would like to use this crate in something that I'm building and would ideally like to depend on it through crates.io instead of github.

ralpha commented 1 year ago

A new version was releases about a month ago: v0.8.0-rc.3 https://crates.io/crates/rocket_okapi/versions These are pre-release versions because Rocket is currently also releasing release candidates. Once they release a more a new version we will do the same.

The last released version of okapi reflects the current state of this GitHub repo.

ralpha commented 8 months ago

As Rocket now has a stable release, the next version will be stable again. Will close, next version should be out soon-ish (if all goes well)