-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package version is 1.x, even though API is *not* stable #65
Comments
|
@andelf are you able to admin the package on crates.io? |
@xsleonard yes. Better to inform them before we do this yanking. |
I'll yank v1.1.0 and v1.0.0. |
@andelf Is it actually possible to start releasing lower versions than the ones we already published, even if we yank them? I'm concerned. |
|
I've published v0.16.0. but our crates.io homepage shows:
It only displays newest version of the create by default. :( should we make a feature request to |
refer: rust-lang/crates.io#76 |
😂 Should we publish a new v1.1.1? Currently our crates.io page is completely gone. |
That would only make the situation even more confusing. We caused enough mess as it is already. |
Closing, since this crate is deprecated. |
In #60, the version was bumped to
1.0.0
. This was a mistake, as our API is still unstable. At the very least, we depend on an unstable sdl2 crate, so every time we update our sdl2 dependency, it's a breaking change.This means that we would have to increment the major version (i.e.
2.0.0
,3.0.0
, ...) after every sdl2 upgrade.I'm not sure if this can be fixed (either by yanking, or by special request, deleting for good our 1.x versions from crates.io), or if we are stuck having to upgrade the major version every time we make a breaking change.
The text was updated successfully, but these errors were encountered: