diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 64e0684..099626f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.7.0" + ".": "1.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index aa6e4c9..6c2b22f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.8.0](https://github.com/kunchenguid/treehouse/compare/v1.7.0...v1.8.0) (2026-06-22) + + +### Features + +* **pool:** add durable worktree leases ([#35](https://github.com/kunchenguid/treehouse/issues/35)) ([97d6708](https://github.com/kunchenguid/treehouse/commit/97d67089ea55cba166c3f4d5332e9a7a09206057)) + ## [1.7.0](https://github.com/kunchenguid/treehouse/compare/v1.6.0...v1.7.0) (2026-06-20) diff --git a/flake.nix b/flake.nix index 6129ee5..b36402c 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ outputs = { nixpkgs, ... }: let - version = "1.7.0"; # x-release-please-version + version = "1.8.0"; # x-release-please-version systems = [ "aarch64-darwin" "x86_64-darwin"