Skip to content

Commit

Permalink
Prepare for 0.10.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rparrett committed Dec 31, 2024
1 parent f8858d8 commit 4565961
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.10.1

* Fix typo by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/81>
* Replace "return" with "continue" in scroll_with_cursor by @copygirl in <https://github.com/rparrett/bevy_simple_text_input/pull/80>
* Fix missing `Default` impl on `TextInput` by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/83>

## v0.10.0

* Upgrade to Bevy 0.15 by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/77>
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.10.0"
version = "0.10.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 4565961

Please sign in to comment.