version 0.2.1 has a breaking change
Closed this issue ยท 6 comments
mockersf commented
Thank you for this library!
This issue is just to mention that 0.2.1 has a breaking change, as the pack_rects
method changed to take an &mut
mockersf commented
version 0.2.1 also break released version of Bevy 0.3 and 0.4 ๐ข
chinedufn commented
I'm very sorry for this. Responded here -> bevyengine/bevy#1741
If it helps. I can put out a 0.2.2
that reverts this.
Then publish a 0.3.0
that re-applies the breaking change. Then you can update bevy_sprite
to use 0.2.2 and I think that would fix the downstream crates?
Let me know if that works for you.
cart commented
I think that publishing a 0.2.2 version that reverts is the right call. Otherwise we'll need to patch all of our previous releases.
chinedufn commented
Awesome thanks a lot for confirming.
0.2.2 and 0.3.0 have been published.
cart commented
Thanks!