From 5c0a4e9a6f13fbd2e6ee7782c36d2b47eb97cbfd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 21:38:20 +0000 Subject: [PATCH] Release v0.2.2 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9778c7d..f85304e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and the project intends to follow [Semantic Versioning](https://semver.org/). ## [Unreleased] +## [0.2.2] - 2026-08-12 + ### Added - `scopey disable` and `scopey enable` persist an `enabled` config flag so diff --git a/Cargo.lock b/Cargo.lock index 17f796b..c020a4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -524,7 +524,7 @@ checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f" [[package]] name = "scopey" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index eaa3a8d..13a20f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scopey" -version = "0.2.1" +version = "0.2.2" edition = "2021" description = "Keep coding-agent sessions on scope with requirement summaries, trajectory judging, course corrections, and drift insights." license = "MIT"