Skip to content

Commit 42f9b44

Browse files
committed
release 0.5.1
1 parent 6bb7d38 commit 42f9b44

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ the format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
44

55
## unreleased
66

7+
# 0.5.1 (2025-07-05)
8+
9+
### fixed
10+
11+
- text input race bug
12+
713
# 0.5.0 (2025-07-02)
814

915
### added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44

55
[package]
66
name = "haalka"
7-
version = "0.5.0"
7+
version = "0.5.1"
88
edition = "2024"
99
categories = ["asynchronous", "gui", "game-development"]
1010
description = "ergonomic reactive Bevy UI library powered by FRP signals"

0 commit comments

Comments
 (0)