Skip to content

Commit a28df12

Browse files
committed
release 0.2.0
1 parent edb0710 commit a28df12

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

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

55
## unreleased
66

7+
# 0.2.0 (2026-02-10)
8+
9+
### changed
10+
11+
- upgrade to bevy 0.17
12+
- upgrade to haalka 0.6, still using deprecated futures-signals backend
13+
714
# 0.1.0 (2025-11-30)
815

916
### changed

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "aalo"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2024"
55
categories = ["asynchronous", "gui", "game-development"]
66
description = "aka bevy-inspector-haalka, a bevy_ui-native inspector for Bevy"

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Crates.io Version](https://img.shields.io/crates/v/aalo?style=for-the-badge)](https://crates.io/crates/aalo)
44
[![Docs.rs](https://img.shields.io/docsrs/aalo?style=for-the-badge)](https://docs.rs/aalo)
5-
[![Following released Bevy versions](https://img.shields.io/badge/Bevy%20tracking-released%20version-lightblue?style=for-the-badge)](https://bevyengine.org/learn/quick-start/plugin-development/#main-branch-tracking)
5+
[![Following released Bevy versions](https://img.shields.io/badge/Bevy%20tracking-0.17-lightblue?style=for-the-badge)](https://bevyengine.org/learn/quick-start/plugin-development/#main-branch-tracking)
66

77
```text
88
in bengali, aalo means "light" (i.e. photons), not to be confused with haalka !
@@ -21,7 +21,7 @@ https://github.com/user-attachments/assets/1c0ca67f-c910-4795-b7cc-5cf19827c3dc
2121

2222
```toml
2323
[dependencies]
24-
aalo = { version = "0.1", optional = true }
24+
aalo = { version = "0.2", optional = true }
2525

2626
[features]
2727
development = ["aalo"]
@@ -136,6 +136,7 @@ Or with [`just`](https://github.com/casey/just), e.g. `just example world -r`.
136136

137137
|bevy|aalo|
138138
|-|-|
139+
|`0.17`|`0.2`|
139140
|`0.16`|`0.1`|
140141
|`0.15`|`0.0`|
141142

0 commit comments

Comments
 (0)