From 8ac79f597e3ab42d18efcb76cc157a7e43bba160 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 05:12:24 +0000 Subject: [PATCH] chore: release v0.1.1 --- CHANGELOG.md | 15 +++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58c8a32..a44be4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,21 @@ 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.1](https://github.com/freshtonic/git-queue/compare/v0.1.0...v0.1.1) - 2026-07-25 + +### Added + +- Windows portability — cross-platform RNG, HOME lookup, browser open ([#11](https://github.com/freshtonic/git-queue/pull/11)) + +### Other + +- crates.io trusted publishing (OIDC) + bump pinned actions to latest +- adopt strict clippy/rust lints and clean the tree to pass them +- cargo fmt +- complete dist setup (v0.32) — shell installer + release workflow +- hand binary releases to dist (curl|sh installers) +- seed CHANGELOG and ship prebuilt binaries on each GitHub release + ## [0.1.0] - 2026-07-24 Initial release. diff --git a/Cargo.lock b/Cargo.lock index 8769f1d..2d37aba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -320,7 +320,7 @@ dependencies = [ [[package]] name = "git-queue" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index e13c033..1968fad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-queue" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "Manage queues of dependent branches and their numbered pull requests" license = "MIT"