From 3cff3be80f017d67a121d14a13b8a7b0f9d86668 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 20:32:15 +0000 Subject: [PATCH] chore(main): release 1.3.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ flake.nix | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9049e2f..0bb4db2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.1" + ".": "1.3.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5484778..743ec6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.2](https://github.com/kunchenguid/treehouse/compare/v1.3.1...v1.3.2) (2026-05-02) + + +### Bug Fixes + +* **cmd:** detach worktrees before pool reuse ([#19](https://github.com/kunchenguid/treehouse/issues/19)) ([0d849a3](https://github.com/kunchenguid/treehouse/commit/0d849a3b82a8647f507b1e2f186dc041c930fe35)) + ## [1.3.1](https://github.com/kunchenguid/treehouse/compare/v1.3.0...v1.3.1) (2026-04-16) diff --git a/flake.nix b/flake.nix index a25714e..63f366d 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ outputs = { nixpkgs, ... }: let - version = "1.3.1"; # x-release-please-version + version = "1.3.2"; # x-release-please-version systems = [ "aarch64-darwin" "x86_64-darwin"