Skip to content

Commit d5de884

Browse files
authored
release 0.5.0 (#24)
1 parent 19329f4 commit d5de884

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.md

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

55
## unreleased
66

7+
# 0.5.0 (2025-12-19)
8+
79
### changed
810

911
- `.entity_sync` renamed to `.lazy_entity`
10-
- `SignalExt::combine` always `.clone`s its latest upstream outputs no longer `.take`s its stored upstream outputs, instead
12+
- `SignalExt::combine` always `.clone`s its latest upstream outputs instead of `.take`-ing them
1113

1214
### added
1315

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

README.md

Lines changed: 2 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/jonmo?style=for-the-badge)](https://crates.io/crates/jonmo)
44
[![Docs.rs](https://img.shields.io/docsrs/jonmo?style=for-the-badge)](https://docs.rs/jonmo)
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, jonmo means "birth"
@@ -147,7 +147,7 @@ All examples are compiled to wasm for both webgl2 and webgpu (check [compatibili
147147

148148
|bevy|jonmo|
149149
|-|-|
150-
|0.17|0.4|
150+
|0.17|0.5|
151151
|0.16|0.3|
152152
|0.15|0.1|
153153

0 commit comments

Comments
 (0)