Releases: bevyengine/bevy
Releases · bevyengine/bevy
v0.10.0
Fix publish license path (#7927)
v0.9.0
Release 0.9.0 (#6568)
Preparing next release
This PR has been auto-generated
v0.8.1
bump all other crates to 0.8.1
v0.8.0
Update changelog for 0.8.0 (#5494)
Big thanks to @colepoirier for putting together the changelog this time around!
v0.6.0
Add headless mode (#3439)
# Objective
In this PR I added the ability to opt-out graphical backends. Closes #3155.
## Solution
I turned backends into `Option` ~~and removed panicking sub app API to force users handle the error (was suggested by `@cart`)~~.