diff --git a/crates/screens/CHANGELOG.md b/crates/screens/CHANGELOG.md index e1caf59..63ea4fc 100644 --- a/crates/screens/CHANGELOG.md +++ b/crates/screens/CHANGELOG.md @@ -5,7 +5,10 @@ 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.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 @@ -15,6 +18,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - fully document q_screens +### Other + + - add changelog + ### Test - add conditionals testing @@ -23,8 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 6 commits contributed to the release. - - 3 commits were understood as [conventional](https://www.conventionalcommits.org). + - 8 commits contributed to the release over the course of 1 calendar day. + - 4 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 @@ -36,6 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * **[#1](https://github.com/ada-x64/qproj/issues/1)** - Q_screens + rename crates ([`4b9285a`](https://github.com/ada-x64/qproj/commit/4b9285ad2d51a8b41dc27b3a267f552db687fafd)) * **Uncategorized** + - 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)) - Fully document q_screens ([`5b40db8`](https://github.com/ada-x64/qproj/commit/5b40db89cbdbd037ba32343b288eadc9a8cc2b30)) - Prep for publish ([`945986f`](https://github.com/ada-x64/qproj/commit/945986f6ddacd75d3d28d56a124eb7656584a3ef)) diff --git a/crates/template/Cargo.toml b/crates/template/Cargo.toml index 267a4df..119ad01 100644 --- a/crates/template/Cargo.toml +++ b/crates/template/Cargo.toml @@ -32,7 +32,7 @@ variadics_please = "1.1.0" clap = {version = "4.5.54", features = ["derive"] } # workspace -q_screens = {path = "../screens", version="0.1.0"} +q_screens = {path = "../screens", version= "^0.1.0" } [build-dependencies] built = {version = "0.8.0", features=["chrono"]}