Skip to content

Commit

Permalink
Bump to 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbat00 committed Oct 4, 2024
1 parent 8956b27 commit 2ae6396
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
description = "A plugin for Egui integration into Bevy"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 |
Expand Down

0 comments on commit 2ae6396

Please sign in to comment.