Skip to content

Commit ec93096

Browse files
authored
Prepare for 0.12.0 release (#106)
1 parent 3082dc5 commit ec93096

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## V0.12.0
4+
5+
* Upgrade to Bevy 0.17 by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/105>
6+
37
## V0.11.1
48

59
* Resolve system ordering ambiguities by @andrewhickman in <https://github.com/rparrett/bevy_simple_text_input/pull/102>

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_simple_text_input"
3-
version = "0.11.1"
3+
version = "0.12.0"
44
edition = "2024"
55
license = "MIT OR Apache-2.0"
66
description = "Bevy plugin for a simple single-line text input widget."

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ I *might* consider very high quality contributions in these areas, but probably
5252

5353
| `bevy_simple_text_input` | `bevy` |
5454
| :-- | :-- |
55+
| `0.12` | `0.17` |
5556
| `0.11` | `0.16` |
5657
| `0.10` | `0.15` |
5758
| `0.8`-`0.9` | `0.14` |

0 commit comments

Comments
 (0)