From 664f617f2ccc0f93bb3395e10be5e0ed60a69e0a Mon Sep 17 00:00:00 2001 From: databasedav <31483365+databasedav@users.noreply.github.com> Date: Sat, 12 Oct 2024 03:52:40 -0700 Subject: [PATCH] chore: release v0.2.0 --- CHANGELOG.md | 4 +++- Cargo.toml | 4 ++-- MoonZoon | 2 +- README.md | 2 +- release-plz.toml | 5 +++++ src/text_input.rs | 2 +- 6 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 release-plz.toml diff --git a/CHANGELOG.md b/CHANGELOG.md index 2068c919..31c0fbb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project vaguely adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [unreleased] +## unreleased + +# 0.2.0 (2024-10-12) ### added diff --git a/Cargo.toml b/Cargo.toml index f57411ce..cd26cce9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [package] name = "haalka" -version = "0.1.1" +version = "0.2.0" edition = "2021" categories = ["asynchronous", "gui", "game-development"] description = "ergonomic reactive Bevy UI library powered by FRP signals" @@ -34,7 +34,7 @@ bevy-async-ecs = "0.6.0" cfg-if = "1.0" enclose = "1.1" futures-signals = "0.3" -haalka_futures_signals_ext = { path = "MoonZoon/crates/futures_signals_ext", version = "0.0.1" } +haalka_futures_signals_ext = { path = "MoonZoon/crates/futures_signals_ext", version = "0.0.2" } once_cell = "1.19" paste = { version = "1.0", optional = true } diff --git a/MoonZoon b/MoonZoon index 65ba408f..d731f135 160000 --- a/MoonZoon +++ b/MoonZoon @@ -1 +1 @@ -Subproject commit 65ba408fa6219689ba73165d79afb61bdad77631 +Subproject commit d731f1352ccaed092a5d6e858e40ea9f87e94544 diff --git a/README.md b/README.md index d03d2aa4..aadb43e5 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ One can also run the examples with [`just`](https://github.com/casey/just) (`car |bevy|haalka| |-|-| -|`0.14`|`bevy_0.14` branch| +|`0.14`|`0.2`| |`0.13`|`0.1`| ## license diff --git a/release-plz.toml b/release-plz.toml new file mode 100644 index 00000000..0878c9e4 --- /dev/null +++ b/release-plz.toml @@ -0,0 +1,5 @@ +[workspace] +changelog_update = false +git_release_type = "auto" +git_release_draft = true +release_always = false diff --git a/src/text_input.rs b/src/text_input.rs index ed8df9fa..cef1575b 100644 --- a/src/text_input.rs +++ b/src/text_input.rs @@ -3,7 +3,7 @@ use std::{ops::{Deref, Not}, pin::Pin}; use bevy::{ - ecs::system::{SystemId, SystemState}, + ecs::system::SystemState, prelude::*, }; use bevy_mod_picking::{