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"