Skip to content

Commit 245767a

Browse files
Generate stub root pages for release notes and migration guides for Bevy 0.16 (#2010)
Co-authored-by: TrialDragon <31419708+TrialDragon@users.noreply.github.com>
1 parent 81f0a5d commit 245767a

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
+++
2+
title = "0.15 to 0.16"
3+
insert_anchor_links = "right"
4+
[extra]
5+
weight = 11
6+
long_title = "Migration Guide: 0.15 to 0.16"
7+
+++
8+
9+
{{ migration_guides(version="0.16") }}
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
+++
2+
title = "Bevy 0.16"
3+
date = 2024-12-31 # TODO: fix date
4+
[extra]
5+
image = "cover.png"
6+
show_image = true
7+
image_subtitle = "TODO"
8+
image_subtitle_link = "https://todo.example.com"
9+
public_draft = 2008
10+
status = 'hidden'
11+
+++
12+
13+
Thanks to **??** contributors, **???** pull requests, community reviewers, and our [**generous donors**](/donate), we're happy to announce the **Bevy 0.16** release on [crates.io](https://crates.io/crates/bevy)!
14+
15+
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/quick-start) 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.
16+
17+
To update an existing Bevy App or Plugin to **Bevy 0.16**, check out our [0.15 to 0.16 Migration Guide](/learn/migration-guides/0-15-to-0-16/).
18+
19+
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:
20+
21+
- TODO
22+
23+
<!-- more -->
24+
25+
{{ release_notes(version="0.16") }}
26+
27+
## What's Next?
28+
29+
The features above may be great, but what else does Bevy have in flight?
30+
Peering deep into the mists of time (predictions are _extra_ hard when your team is almost all volunteers!), we can see some exciting work taking shape:
31+
32+
- TODO
33+
34+
{{ support_bevy() }}
35+
TODO: add contributors
36+
TODO: add changelog

0 commit comments

Comments
 (0)