Skip to content

Commit 0eea3f3

Browse files
committed
Bump version
1 parent 05768c4 commit 0eea3f3

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## 0.29.0 - 2025-10-03
810
### Changed
911
- Upgrade Bevy to 0.17
1012
- Rename:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["macros"]
44
[package]
55
name = "bevy-yoleck"
66
description = "Your Own Level Editor Creation Kit"
7-
version = "0.28.0"
7+
version = "0.29.0"
88
edition = "2021"
99
authors = ["IdanArye <idanarye@gmail.com>"]
1010
license = "MIT OR Apache-2.0"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ at a directory's contents). The index file contains a tuple of two values:
7878

7979
| bevy | bevy-yoleck | bevy_egui |
8080
|------|-------------|-----------|
81+
| 0.17 | 0.29 | 0.37 |
8182
| 0.16 | 0.28 | 0.36 |
8283
| 0.16 | 0.27 | 0.35 |
8384
| 0.16 | 0.26 | 0.34 |

0 commit comments

Comments
 (0)