Skip to content

Commit 6a51a56

Browse files
committed
Bump version
1 parent 568d427 commit 6a51a56

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.25.0 - 2025-02-19
810
### Changed
911
- Update bevy_egui version to 0.33.
1012

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.24.0"
7+
version = "0.25.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.15 | 0.25 | 0.33 |
8182
| 0.15 | 0.24 | 0.32 |
8283
| 0.15 | 0.23 | 0.31 |
8384
| 0.14 | 0.22 | 0.28 |

0 commit comments

Comments
 (0)