Amethyst v0.15.3 Release Notes

Release Date: 2020-08-23 // over 3 years ago
  • 0.15.3 is the new 0.15.2

    0.15.2 was published off the wrong commit. As fate would have it, the commit wasn't just trivially wrong, like a typo in a changelog...it was flat out broken. ๐Ÿคฆโ€โ™‚๏ธ As we don't want any accidental use of it, 0.15.2 has been yanked from crates.io.

    0.15.3 is the new 0.15.2 that actually works. Enjoy!


Previous changes from v0.15.2

  • Note

    Please note that after the 0.15.x series Amethyst will switch from specs to legion for the ECS subsystem. This will be a significant breaking change.

    ๐Ÿ”„ Changed

    • ๐Ÿ‘ท Internal CI improvements
    • ๐Ÿ—„ Recommend cargo new pong instead of deprecated amethyst new pong in the book tutorial (#2448)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix Camera::screen_ray bug introduced in 0.15.1 (#2447)