diff --git a/CHANGELOG.md b/CHANGELOG.md index a44be4d..19a5983 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 From the next release onward this file is maintained automatically by [release-plz](https://release-plz.dev) from the Conventional-Commit history. +## [0.1.2](https://github.com/freshtonic/git-queue/compare/v0.1.1...v0.1.2) - 2026-07-25 + +### Other + +- promote main to release (0.1.2 release plumbing + docs) +- OS-aware install on the site, homepage link, document git queue tui + ## [0.1.1](https://github.com/freshtonic/git-queue/compare/v0.1.0...v0.1.1) - 2026-07-25 ### Added diff --git a/Cargo.lock b/Cargo.lock index 2d37aba..7ceb9af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -320,7 +320,7 @@ dependencies = [ [[package]] name = "git-queue" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 6c85963..97926c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-queue" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "Manage queues of dependent branches and their numbered pull requests" license = "MIT"