diff --git a/CHANGELOG.md b/CHANGELOG.md index 090aae5..a2297fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ the format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) ## unreleased +# 0.7.0 (2026-02-09) + ### changed - upgrade to bevy 0.18 diff --git a/Cargo.lock b/Cargo.lock index 8429aa2..fad6147 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2872,7 +2872,7 @@ dependencies = [ [[package]] name = "jonmo" -version = "0.6.0" +version = "0.7.0" dependencies = [ "apply", "bevy", diff --git a/Cargo.toml b/Cargo.toml index ea5c567..fb7c6ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jonmo" -version = "0.6.0" +version = "0.7.0" edition = "2024" categories = ["asynchronous", "gui", "game-development"] description = "ergonomic Bevy-native reactivity powered by FRP signals" diff --git a/README.md b/README.md index 52571aa..e755b63 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Crates.io Version](https://img.shields.io/crates/v/jonmo?style=for-the-badge)](https://crates.io/crates/jonmo) [![Docs.rs](https://img.shields.io/docsrs/jonmo?style=for-the-badge)](https://docs.rs/jonmo) -[![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) +[![Following released Bevy versions](https://img.shields.io/badge/Bevy%20tracking-0.18-lightblue?style=for-the-badge)](https://bevyengine.org/learn/quick-start/plugin-development/#main-branch-tracking) ```text in bengali, jonmo means "birth" @@ -144,6 +144,7 @@ All examples are compiled to wasm for both webgl2 and webgpu (check [compatibili |bevy|jonmo| |-|-| +|0.18|0.7| |0.17|0.6| |0.16|0.3| |0.15|0.1|