diff --git a/CHANGELOG.md b/CHANGELOG.md index b7c78f5..8d2da8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ 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.2.11] - 2026-04-28 + +### 📚 Documentation + +- Install dsct from crates.io ## [0.2.10] - 2026-04-23 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index a408461..2ebd48c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -587,7 +587,7 @@ dependencies = [ [[package]] name = "dsct" -version = "0.2.10" +version = "0.2.11" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 664420c..7e0497c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dsct" -version = "0.2.10" +version = "0.2.11" edition = "2024" license = "MIT OR Apache-2.0" rust-version = "1.88"