-
Notifications
You must be signed in to change notification settings - Fork 329
0.12 Release? #479
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
Comments
Sure, let's go with a release soon. @jturner314, can I add you as an owner of the crate too? Only intended to grow the team and have multiple of us in each role. I can manage the release if you want to. Any other things we need to wrap up before a new version? Due to “rapid” Rust feature adoption, it seems best to continue the 0.x version track. |
I think you made me an owner of the crates (
It doesn't matter to me; I don't mind doing it. I'm just not quite sure about the procedure. It's just:
right? I remember at one time you mentioned a cargo extension that made releases simpler, but I don't remember what it was. We want to release the crates in this order:
Am I missing something?
I just created #480, which is a breaking change. Depending on what you think of it, we can merge/close it. The other open PRs won't be ready in the short-term or don't require breaking changes. The changelog is up-to-date with everything in
I agree. In particular, const generics and specialization are on the horizon, which may benefit from some breaking changes. I'd also like to finish a few other things before we release 1.0 (e.g. changing strides to be represented internally as |
cargo release is the tool I've been using, without its version-bump feature. It makes it easy to do the tag and publish and push. For example, as a general rule, one wants to publish && git push, so that the push only happens if the publish is successful. Avoids "failed" tags in the repo. I'll add you as an owner, but it looks like we need an organisation for that. Organsation makes sense anyway, but as a nod to the issue about it, it's only the business of those that contribute to the repo. |
That's good. Thanks comment. |
I think we're ready for the release. I took a look at @bluss I'll plan to release the new versions on Friday, Aug. 31, following the steps listed below unless you have any objections or you say that you'd prefer to handle the release yourself.
All of the releases (and tags) will be on the the merge commit of #482. |
Nice, sounds good |
All done! |
There are seveal important changes involved in the next release
and current master seems to be ready for the release.
Do you have any schedule for it?
IMFO, this release can be 1.0.
The text was updated successfully, but these errors were encountered: