Skip to content

Commit

Permalink
Prepare for 0.7.0 release (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
rparrett committed May 8, 2024
1 parent 7454a11 commit 3c1c8d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,27 @@
# Changelog

## v0.7.0

* feat: add placeholder text by @Xenira in <https://github.com/rparrett/bevy_simple_text_input/pull/51>
* feat: add character masking by @Xenira in <https://github.com/rparrett/bevy_simple_text_input/pull/50>
* Fix value example's top level comment by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/52>

## v0.6.1

* Fix cursor moving to the end when using the delete key by @tmacychen in <https://github.com/rparrett/bevy_simple_text_input/pull/47>

## v0.6.0

* Prepare for release of 0.6.0 by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/45>
* Don't immediately panic on unicode input by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/42>

## v0.5.1

* Prepare for release of 0.5.1 by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/39>
* Add note about dependencies by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/40>
* Add an example for the main page of the docs by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/38>
* Minor doc fixes by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/37>

## v0.5.0

* Prepare for release by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/36>
* Initialize cursor position properly when spawning by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/35>
* Allow `&str` to be passed in `with_value` builder method by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/34>
* Add a setting to control behavior when enter is pressed by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/33>
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.6.1"
version = "0.7.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Bevy plugin for a simple single-line text input widget."
Expand Down

0 comments on commit 3c1c8d4

Please sign in to comment.