chinedufn/rectangle-pack

version 0.2.1 has a breaking change

Closed this issue ยท 6 comments

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

version 0.2.1 also break released version of Bevy 0.3 and 0.4 ๐Ÿ˜ข

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.

Awesome thanks a lot for confirming.

0.2.2 and 0.3.0 have been published.

Here's 0.2.2's commit -> a1c3908

cart commented

Thanks!