diff --git a/CHANGELOG.md b/CHANGELOG.md index 5005215..0087618 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.0] - 2026-07-27 + ### Added - **Package dependency graph (SPEC §9, §11) — the foundation of v1.1.** diff --git a/Cargo.lock b/Cargo.lock index debf97f..817a17e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1479,7 +1479,7 @@ checksum = "7d56353a2a665ad0f41a421187180aab746c8c325620617ad883a99a1cbe66d2" [[package]] name = "tsr" -version = "0.4.0" +version = "0.5.0" dependencies = [ "glob", "ratatui", diff --git a/Cargo.toml b/Cargo.toml index 2cc9701..6ec192d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tsr" -version = "0.4.0" +version = "0.5.0" edition = "2024" [dependencies]