Skip to content

Commit e54efbe

Browse files
committed
News: Release 0.10.0
1 parent ad1c3f7 commit e54efbe

File tree

1 file changed

+42
-0
lines changed
  • content/news/2023-03-04-bevy-0.10

1 file changed

+42
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
+++
2+
title = "Bevy 0.10"
3+
date = 2023-03-04
4+
[extra]
5+
author = "Bevy Contributors"
6+
+++
7+
8+
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)!
9+
10+
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.
11+
12+
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/).
13+
14+
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:
15+
16+
<!-- more -->
17+
18+
* **Headliner Feature**: Description here.
19+
20+
## Section Template
21+
22+
<div class="release-feature-authors">authors: @Foo, @Bar</div>
23+
24+
Description here.
25+
26+
## What's Next?
27+
28+
* **Some Work In Progress Feature**: Description here.
29+
30+
## Support Bevy
31+
32+
Sponsorships help make our work on Bevy sustainable. If you believe in Bevy's mission, consider [sponsoring us](Bevy ) ... every bit helps!
33+
34+
<a class="button button--pink header__cta" href="/community/donate">Donate <img class="button__icon" src="/assets/heart.svg" alt="heart icon"></a>
35+
36+
## Contributors
37+
38+
A huge thanks to the **X contributors** that made this release (and associated docs) possible! In random order:
39+
40+
* @Foo
41+
42+
## Full Change Log

0 commit comments

Comments
 (0)