Skip to content

Latest commit

 

History

History
84 lines (50 loc) · 2.11 KB

File metadata and controls

84 lines (50 loc) · 2.11 KB

Changelog

Version 0.17.0 (2026-01-17)

  • Update bevy_quinnet dependency from 0.19 to 0.20
  • Update bevy_replicon dependency from 0.37 to 0.38
  • Update bevy dependency from 0.17 to 0.18

Version 0.16.0 (2026-01-17)

  • Update bevy_replicon dependency from 0.36 to 0.37

Version 0.15.0 (2025-10-14)

  • Update bevy_quinnet dependency from 0.18 to 0.19
  • Update bevy_replicon dependency from 0.35 to 0.36
  • Update bevy dependency from 0.16 to 0.17

Version 0.14.0 (2025-10-13)

  • Update bevy_quinnet dependency from 0.17 to 0.18
  • Update bevy_replicon dependency from 0.34 to 0.35
  • Removed simple_box example
  • Added deterministic_boids example

Version 0.13.0-rc.1 (2025-06-13)

  • Update bevy_replicon dependency from 0.33 to 0.34.0-rc.1

Version 0.12.0 (2025-04-27)

  • Update bevy_replicon dependency from 0.32 to 0.33
  • Update bevy_quinnet dependency from 0.16 to 0.17
  • Update bevy dependency from 0.15 to 0.16

Version 0.11.0 (2025-03-24)

  • Update bevy_replicon dependency from 0.31 to 0.32
  • Update bevy_quinnet dependency from 0.15 to 0.16

Version 0.10.0 (2025-03-13)

  • Update bevy_replicon dependency from 0.30 to 0.31
  • Update bevy_quinnet dependency from 0.14 to 0.15

Version 0.9.0 (2025-02-04)

  • Update bevy_replicon dependency from 0.29 to 0.30

Version 0.8.0 (2025-01-16)

  • Update bevy_quinnet dependency from 0.13 to 0.14

Version 0.7.0 (2024-12-02)

  • Update bevy_quinnet dependency from 0.11 to 0.13
  • Update bevy_replicon dependency from 0.28 to 0.29
  • Update bevy dependency from 0.14 to 0.15

Version 0.6.0 (2024-12-01)

  • Update bevy_quinnet dependency from 0.10 to 0.11

Version 0.5.0 (2024-09-09)

  • Add client & server features.
  • Update bevy_quinnet dependency from 0.9 to 0.10
  • Update bevy_replicon dependency from 0.27 to 0.28

Version 0.4.0 (2024-07-05)

  • Update bevy_replicon dependency from 0.26 to 0.27

Version 0.3.0 (2024-05-27)

  • Update bevy_replicon dependency from 0.25 to 0.26

Version 0.2.0 (2024-05-13)

  • Update bevy_replicon dependency from 0.24 to 0.25

Version 0.1.0 (2024-05-12)

  • Initial release