Skip to content

Commit

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

* Update changelog
  • Loading branch information
rparrett authored Aug 23, 2024
1 parent 31378db commit df22ca2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.9.1

* Fix events piling up and causing duplicate key presses by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/70>

## v0.9.0

* scroll into view by @robtfm in <https://github.com/rparrett/bevy_simple_text_input/pull/59>
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.9.0"
version = "0.9.1"
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 df22ca2

Please sign in to comment.