Skip to content

Commit 8bdf8ca

Browse files
committed
Prepare for release (#36)
1 parent 0614df4 commit 8bdf8ca

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

3+
## v0.5.0
4+
5+
* Prepare for release by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/36>
6+
* Initialize cursor position properly when spawning by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/35>
7+
* Allow `&str` to be passed in `with_value` builder method by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/34>
8+
* Add a setting to control behavior when enter is pressed by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/33>
9+
* Make example colors consistent by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/30>
10+
* Allow text input value to changed programmatically by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/26>
11+
* Don't show cursor if input is spawned in an inactive state by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/29>
12+
* Reflect all the things by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/24>
13+
* Add cursor timer reset on input by @chompaa in <https://github.com/rparrett/bevy_simple_text_input/pull/20>
14+
* Add additional contributing guideline to README by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/22>
15+
* Fix names of private `blink_cursor` and `show_hide_cursor` systems being swapped by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/21>
16+
317
## 0.4.0
418

519
* Upgrade to Bevy 0.13 and prepare for Release by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/19>

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.4.0"
3+
version = "0.5.0"
44
edition = "2021"
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ See [`examples/basic.rs`](https://github.com/rparrett/bevy_simple_text_input/blo
1919

2020
| `bevy_simple_text_input` | `bevy` |
2121
| :-- | :-- |
22-
| `0.4.0` | `0.13` |
22+
| `0.4`-`0.5` | `0.13` |
2323
| `0.3.1` | `0.12` |
2424
| `0.1`-`0.2` | `0.11` |
2525

0 commit comments

Comments
 (0)