diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b84e90d..e9a16bb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [0.30.0] - 4-Oct-2024 ### Added - `prepare_render` step support for `EguiBevyPaintCallbackImpl` ([#306](https://github.com/mvlabat/bevy_egui/pull/306) by @PPakalns). diff --git a/Cargo.toml b/Cargo.toml index e1b0b1fe..8f0ef535 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_egui" -version = "0.29.0" +version = "0.30.0" rust-version = "1.80.0" # needed for LazyLock https://doc.rust-lang.org/stable/std/sync/struct.LazyLock.html authors = ["mvlabat "] description = "A plugin for Egui integration into Bevy" diff --git a/README.md b/README.md index bb0deb2a..b91f1907 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Here's a minimal usage example: # Cargo.toml [dependencies] bevy = "0.14" -bevy_egui = "0.29" +bevy_egui = "0.30" ``` ```rust @@ -87,7 +87,7 @@ cargo run --example ui | bevy | bevy_egui | |------|-----------| -| 0.14 | 0.28-0.29 | +| 0.14 | 0.28-0.30 | | 0.13 | 0.25-0.27 | | 0.12 | 0.23-0.24 | | 0.11 | 0.21-0.22 |