oras-project / rust-oci-client

A Rust crate to interact with OCI registries
Apache License 2.0
86 stars 45 forks source link

Publish crate? #101

Closed jsoverson closed 7 months ago

jsoverson commented 9 months ago

Could you publish the current version of the crate? The crates.io version is ~10 mo old. Thanks! 😊

flavio commented 9 months ago

That's a good point, let me take a look at the PRs that are still open. Then I'll tag a new release

thomastaylor312 commented 9 months ago

I'm good with a new release @flavio as soon as you're ready. Just ping me and I'll review the chore PR for bumping the crate version

flavio commented 9 months ago

We've commits merged in main that change our public API. Because of that we must do a minor bump.

I would wait a little to see the outcome of #97, then tag a new release.

Are you fine with that?

thomastaylor312 commented 9 months ago

Yep!

flavio commented 7 months ago

The 0.10 release is now available on crates.io. Sorry for the delay!