From 93251fedca0142b4aedf48b536fa0d7f20d92240 Mon Sep 17 00:00:00 2001 From: ada Date: Wed, 04 Feb 2026 23:02:04 +0000 Subject: [PATCH] doc: q_screens description --- crates/screens/CHANGELOG.md | 17 +++++++---------- crates/screens/Cargo.toml | 1 + 2 file(s) changed, 8 insertion(s)(+), 10 deletion(s)(-) diff --git a/crates/screens/CHANGELOG.md b/crates/screens/CHANGELOG.md --- a/crates/screens/CHANGELOG.md +++ b/crates/screens/CHANGELOG.md @@ -5,10 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 0.1.0 (2026-02-04) - - - +## Unreleased ### Bug Fixes @@ -16,11 +13,9 @@ ### Other - - fully document q_screens - -### Other - + - q_screens description - add changelog + - fully document q_screens ### Test @@ -30,8 +25,8 @@ - - 8 commits contributed to the release over the course of 1 calendar day. - - 4 commits were understood as [conventional](https://www.conventionalcommits.org). + - 10 commits contributed to the release over the course of 1 calendar day. + - 5 commits were understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: [#1](https://github.com/ada-x64/qproj/issues/1) ### Commit Details @@ -43,6 +38,8 @@ * **[#1](https://github.com/ada-x64/qproj/issues/1)** - Q_screens + rename crates ([`4b9285a`](https://github.com/ada-x64/qproj/commit/4b9285ad2d51a8b41dc27b3a267f552db687fafd)) * **Uncategorized** + - Q_screens description ([`456cd1a`](https://github.com/ada-x64/qproj/commit/456cd1aca4f5347ed6428eb9b4d0a82fd6e96a33)) + - Release q_screens v0.1.0 ([`3d2951f`](https://github.com/ada-x64/qproj/commit/3d2951fc79e59b80182d8434ae43ae787de69f04)) - Merge pull request #2 from ada-x64/q_screens/prep-0.1 ([`3bc951a`](https://github.com/ada-x64/qproj/commit/3bc951a271a3257ee1996c521ea3ff014df1f3ba)) - Add changelog ([`d1e276b`](https://github.com/ada-x64/qproj/commit/d1e276b1b9294cddb2ae313acd105c51890e5a8f)) - Reduce trait requirements for Screen + use Default instead of New for ScreenScopeBuilder ([`78ef60a`](https://github.com/ada-x64/qproj/commit/78ef60a384dce3b409576cf93fb22be3414ee178)) diff --git a/crates/screens/Cargo.toml b/crates/screens/Cargo.toml --- a/crates/screens/Cargo.toml +++ b/crates/screens/Cargo.toml @@ -4,6 +4,7 @@ edition = "2024" license = "MIT OR Apache-2.0" repository = "https://github.com/ada-x64/qproj" +description = "Screens extension for bevy" [dependencies] # bevy -- tangled.sh