Skip to content

v0.2.0

Latest

Choose a tag to compare

@Trouv Trouv released this 15 Jan 05:51
aa61047

0.2.0 (2026-01-15)

⚠ BREAKING CHANGES

  • split ComponentsSetWith into 4 with different generics (#111)
  • upgrade to bevy 0.18 (#110)
  • split ComponentsSet into two with and without filter (#109)
  • split EntityComponentsSetWith into two with and without query data (#108)
  • return simpler CommandSpawn effect from command_spawn constructor (#107)

Features

  • return simpler CommandSpawn effect from command_spawn constructor (#107) (4b58dea)
  • split ComponentsSet into two with and without filter (#109) (b15c1a0)
  • split ComponentsSetWith into 4 with different generics (#111) (4efe59b)
  • split EntityComponentsSetWith into two with and without query data (#108) (b362f45)
  • upgrade to bevy 0.18 (#110) (f12948b)

Documentation Changes

  • add 0.2 to compatibility chart in README.md (#114) (8a95fac)
  • enable minimal features in mdbook-keeper (#113) (ceb0982)

Example Changes

  • add unit test to rainbow-clear-color example (#99) (f837c0f)

CI Changes

  • exclude component in release-please tag (#105) (2d3e16c), closes #94
  • rename book changelog section to docs (#106) (413b4bc)