diff --git a/crates/screens/CHANGELOG.md b/crates/screens/CHANGELOG.md --- a/crates/screens/CHANGELOG.md +++ b/crates/screens/CHANGELOG.md @@ -5,7 +5,12 @@ 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). -## Unreleased +## 0.1.0 (2026-02-04) + + + + + ### Bug Fixes @@ -16,6 +21,10 @@ - q_screens description - add changelog - fully document q_screens + +### Other + + - q_screens description ### Test @@ -38,7 +47,7 @@ * **[#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)) + - Q_screens description ([`93251fe`](https://github.com/ada-x64/qproj/commit/93251fedca0142b4aedf48b536fa0d7f20d92240)) - 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)) diff --git a/crates/screens/Cargo.toml b/crates/screens/Cargo.toml --- a/crates/screens/Cargo.toml +++ b/crates/screens/Cargo.toml @@ -26,7 +26,7 @@ bevy_asset_loader = "0.25" # local -q_test_harness = {path="../test_harness", version="0.1.0"} +q_test_harness = {path="../test_harness"} [lints] workspace = true