Skip to content

Commit

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

* Update changelog
  • Loading branch information
rparrett authored Aug 26, 2024
1 parent b28c3b0 commit a03deeb
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.2

* Fix insertion of a space between multibyte characters by @ilotterytea in <https://github.com/rparrett/bevy_simple_text_input/pull/72>

## 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>
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.1"
version = "0.9.2"
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 a03deeb

Please sign in to comment.