Open gabcbrown opened 6 years ago
Sry about that. I'll do that this weekend
+1 ?
@softprops It is still not published yet to the crates.io. I can help you maintain this repo if you are too busy and don't mind to hand over this to me.
@softprops: Any update on publishing a new version? I would like to use this crate for a prototype of spec generation of actix-web app. Cf. https://github.com/actix/actix-web/issues/310.
Sorry, this crate has fallen a bit behind. Let me quickly catch it up to speed with 2018 edition and up to date version dependencies then Ill publish a new 0.2 release
there's some breaking tests ( that were on master ) I'll make sure these are passing before I publish
progress happening here https://github.com/softprops/openapi/pull/25
while working on porting to rust 2018 edition and updating dependencies I noticed that there was an uncomfortable amount of unfinished work leaving the unit tests in a bad state. I'm going to shoot for a pull specifically addressing those before releasing
Support for v3.0 would be a VERY useful. Thanks for contributing this crate.
I was able to get 3.0 working using a direct reference to this repo.
Carog.toml
[dependencies]
openapi = { git = "https://github.com/softprops/openapi" }
You really should publish this crate. It's good stuff.
any news on this ?
It's not perfect, but to ease the burden of releasing regularly, in other projects, we have set travis to do it automatically when the Cargo.toml
's version is changed (well travis builds it every time, but crates.io reject the release if the version already exists)
You can see the travis configuration here. The only thing is to encrypt your crates.io token with the travis cli
This way releasing a new version is as easy as opening a PR to change this number (or changing the number directly in the features's PR)
Hi there !
Sorry for bumping up an old issue, but having a new release would be really nice ! Is there any TODO list that you can share so we could help speeding up the next release ?
Thanks !
I'd just like to echo a desire for OpenAPI v3 release and a willingness to help :+1:
Hi, I'm willing to help this get published, what needs to be done? I can contribute code, triage some issues, or if you're busy and don't mind adding me as an owner, I can be the one to publish a new version.
Still not published. I think it's time to just fork this and publish it under a different name.
Crate version 0.1.5 does not include OpenApi 3.0 support, though it looks like the code for it has already been written. Can this be published?