From 71c9f277dfcc621249fb99664a1b16ecfbcfb2bc Mon Sep 17 00:00:00 2001 From: James Sadler Date: Sat, 25 Jul 2026 16:14:44 +1000 Subject: [PATCH] chore: release v0.1.2 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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"