diff --git a/content/news/2023-03-04-bevy-0.10/index.md b/content/news/2023-03-04-bevy-0.10/index.md new file mode 100644 index 0000000000..1f31234fa1 --- /dev/null +++ b/content/news/2023-03-04-bevy-0.10/index.md @@ -0,0 +1,42 @@ ++++ +title = "Bevy 0.10" +date = 2023-03-04 +[extra] +author = "Bevy Contributors" ++++ + +Thanks to **X** contributors, **X** pull requests, community reviewers, and our [**generous sponsors**](/community/donate), I'm happy to announce the **Bevy 0.10** release on [crates.io](https://crates.io/crates/bevy)! + +For those who don't know, Bevy is a refreshingly simple data-driven game engine built in Rust. You can check out our [Quick Start Guide](/learn/book/getting-started/) to try it today. It's free and open source forever! You can grab the full [source code](https://github.com/bevyengine/bevy) on GitHub. Check out [Bevy Assets](https://bevyengine.org/assets) for a collection of community-developed plugins, games, and learning resources. + +To update an existing Bevy App or Plugin to **Bevy 0.10**, check out our [0.9 to 0.10 Migration Guide](/learn/book/migration-guides/0.9-0.10/). + +Since our last release a few months ago we've added a _ton_ of new features, bug fixes, and quality of life tweaks, but here are some of the highlights: + + + +* **Headliner Feature**: Description here. + +## Section Template + +
authors: @Foo, @Bar
+ +Description here. + +## What's Next? + +* **Some Work In Progress Feature**: Description here. + +## Support Bevy + +Sponsorships help make our work on Bevy sustainable. If you believe in Bevy's mission, consider [sponsoring us](Bevy ) ... every bit helps! + +Donate heart icon + +## Contributors + +A huge thanks to the **X contributors** that made this release (and associated docs) possible! In random order: + +* @Foo + +## Full Change Log