Skip to content

Commit 7cc18c3

Browse files
committed
Bump version
1 parent 1095fe4 commit 7cc18c3

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## 0.28.0 - 2025-08-05
10+
### Changed
11+
- Update bevy_egui version to 0.36.
12+
913
## 0.27.0 - 2025-07-03
1014
### Changed
1115
- Update bevy_egui version to 0.35.

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.27.0"
7+
version = "0.28.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.16 | 0.28 | 0.36 |
8182
| 0.16 | 0.27 | 0.35 |
8283
| 0.16 | 0.26 | 0.34 |
8384
| 0.15 | 0.25 | 0.33 |

0 commit comments

Comments
 (0)