Skip to content

Commit

Permalink
Prepare for 0.8.0 release (#57)
Browse files Browse the repository at this point in the history
* Prepare for 0.8.0 release

* Update changelog
  • Loading branch information
rparrett authored Jul 4, 2024
1 parent d5984d4 commit 2cd2fa8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.8.0

* Define `TextInputSystem` system set by @andrewhickman in <https://github.com/rparrett/bevy_simple_text_input/pull/56>
* Upgrade to Bevy 0.14 by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/55>

## v0.7.0

* feat: add placeholder text by @Xenira in <https://github.com/rparrett/bevy_simple_text_input/pull/51>
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_simple_text_input"
version = "0.7.0"
version = "0.8.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Bevy plugin for a simple single-line text input widget."
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ See [`examples/basic.rs`](https://github.com/rparrett/bevy_simple_text_input/blo

| `bevy_simple_text_input` | `bevy` |
| :-- | :-- |
| `0.8` | `0.14` |
| `0.4`-`0.7` | `0.13` |
| `0.3` | `0.12` |
| `0.1`-`0.2` | `0.11` |
Expand Down

0 comments on commit 2cd2fa8

Please sign in to comment.