Skip to content

Commit 7c50237

Browse files
authored
release 0.6.0 (#31)
1 parent ccd1af5 commit 7c50237

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

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

55
## unreleased
66

7+
# 0.6.0 (2026-02-09)
8+
79
### changed
810

911
- signal graph processed in deterministic topological order instead of the previous nondeterministic depth first order

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 = "jonmo"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = "2024"
55
categories = ["asynchronous", "gui", "game-development"]
66
description = "ergonomic Bevy-native reactivity powered by FRP signals"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ All examples are compiled to wasm for both webgl2 and webgpu (check [compatibili
144144

145145
|bevy|jonmo|
146146
|-|-|
147-
|0.17|0.5|
147+
|0.17|0.6|
148148
|0.16|0.3|
149149
|0.15|0.1|
150150

0 commit comments

Comments
 (0)