-
Notifications
You must be signed in to change notification settings - Fork 50
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
Release cadence? #148
Comments
Breaking releases likely occur at the same pace as Patch releases can be published on request, though we have already accumulated some breaking changes on the |
Understood! Thank you for your quick and clear response. For clarity, #142 moved the full This change is required to unblock Bevy from updating its It seems reasonable to view #142 as breaking. Consumers may have become dependent on default features being enabled. However, it seems like a fairly minor concern when contrasted with the benefit. It would be unfortunate for Bevy to wait an additional 3-4 months to sync with All said, I'm comfortable with any approach taken as we're in a marathon not a sprint and I don't want to cause undue headache. If you find these concerns compelling then please consider them. Otherwise, let me know, and I'll relay the information. Cheers! |
I'm aware, and since you mentioned Bevy I figured you were looking for that PR. I'd also like to get that out in a release as our graphics backend is not ready to use It would be a lot less concerning if @rib any idea/suggestion here? And for the next |
I was just rolling a 0.5.1 release including the change to not depend on the
erm, we don't have any breaking changes since 0.5 as far as I see? renaming the threads seems fine to me (technically someone could have become dependent on the names but seems relatively unlikely currently) I don't consider the avoidance on depending on ndk default features a breaking change that's not affecting our public API. If downstream depends on any default features in the One thing I had wanted to double check though was why did the |
https://docs.rs/android-activity/latest/android_activity/struct.AndroidApp.html#method.native_window
Good catch - I thought there were examples but they're separate apps and not part of the main library package - that should go. |
Urgh, damn! :/ and that type specifically is affected by the rwh features :/ |
Can’t wait for the release, will hopefully unleash such a ripple effect of winit update finally unblocked to merge into bevy 🫶 |
Okey, #149 has just been merged and I've published a release to crates.io and Github. Hope that unblocks you @extrawurst and @MeoMix. Thanks for the review @MarijnS95 |
Thanks all. Appreciate you. Happy holidays. |
Hey there!
Just curious what the release cadence is like for this repo. There's a change that was merged into main back in October that I'm very excited to see ship as it'll ensure my app works on Android with Bevy's next release - likely to occur in another three months or so.
Is it reasonable to assume the next patch version will ship within the next three months?
Thanks!
The text was updated successfully, but these errors were encountered: