Skip to content

Commit

Permalink
Bump to 0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
mvlabat committed Mar 18, 2024
1 parent e01b613 commit fe1c381
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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).

## [0.26.0] - 18-Mar-2024

### Added

- Add web clipboard support ([#267](https://github.com/mvlabat/bevy_egui/pull/267), [#178](https://github.com/mvlabat/bevy_egui/pull/178) by @Vrixyz).

### Fixed

- Respect `egui::TextureOptions` for managed textures ([#264](https://github.com/mvlabat/bevy_egui/pull/264) by @TheRawMeatball).
- Fix keybind modifiers ([#265](https://github.com/mvlabat/bevy_egui/pull/265) by @eero-lehtinen).

## [0.25.0] - 19-Feb-2024

### Added
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.25.0"
version = "0.26.0"
authors = ["mvlabat <mvlabat@gmail.com>"]
description = "A plugin for Egui integration into Bevy"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Here's a minimal usage example:
# Cargo.toml
[dependencies]
bevy = "0.13"
bevy_egui = "0.25"
bevy_egui = "0.26"
```

```rust
Expand Down Expand Up @@ -85,7 +85,7 @@ cargo run --example ui

| bevy | bevy_egui |
|------|-----------|
| 0.13 | 0.25 |
| 0.13 | 0.25-0.26 |
| 0.12 | 0.23-0.24 |
| 0.11 | 0.21-0.22 |
| 0.10 | 0.20 |
Expand Down

0 comments on commit fe1c381

Please sign in to comment.