Skip to content

Commit

Permalink
Bump version (to update bevy_egui version)
Browse files Browse the repository at this point in the history
  • Loading branch information
idanarye committed May 7, 2024
1 parent 3704392 commit ef8cf50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## 0.21.0 - 2024-05-08
### Changed
- Update bevy_egui version to 0.27.

## 0.20.1 - 2024-04-01
### Fixed
- Enable bevy_egui's `render` feature, so that users won't need to load it
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = ["macros"]
[package]
name = "bevy-yoleck"
description = "Your Own Level Editor Creation Kit"
version = "0.20.1"
version = "0.21.0"
edition = "2021"
authors = ["IdanArye <idanarye@gmail.com>"]
license = "MIT OR Apache-2.0"
Expand All @@ -23,7 +23,7 @@ exclude = [
bevy-yoleck-macros = { version = "0.9.1", path = "macros" }
anyhow = "^1"
bevy = { version = "^0.13", default-features = false }
bevy_egui = { version = "^0.26", default-features = false, features = ["default_fonts", "render"] }
bevy_egui = { version = "^0.27", default-features = false, features = ["default_fonts", "render"] }
serde = "^1"
serde_json = "^1"
thiserror = "^1"
Expand Down

0 comments on commit ef8cf50

Please sign in to comment.