From e76aabfa0ca0d25542022c0f3d5e65dd560061dc Mon Sep 17 00:00:00 2001 From: James Sadler Date: Sat, 25 Jul 2026 17:22:28 +1000 Subject: [PATCH] chore: release v0.1.3 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19a5983..627bce8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ 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.3](https://github.com/freshtonic/git-queue/compare/v0.1.2...v0.1.3) - 2026-07-25 + +### Added + +- *(dist)* ship Windows binaries + PowerShell installer + +### Other + +- *(windows)* run full suite on CI; normalise editor paths for git's shell + ## [0.1.2](https://github.com/freshtonic/git-queue/compare/v0.1.1...v0.1.2) - 2026-07-25 ### Other diff --git a/Cargo.lock b/Cargo.lock index 7ceb9af..a779dd1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -320,7 +320,7 @@ dependencies = [ [[package]] name = "git-queue" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 97926c0..9d67374 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-queue" -version = "0.1.2" +version = "0.1.3" edition = "2021" description = "Manage queues of dependent branches and their numbered pull requests" license = "MIT"