ace-git-worktree 0.21.4 → 0.21.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2949a99762ff6e6df27ed6389ba71bdd1d6b7ebb305cff1949efd52e336535ad
4
- data.tar.gz: 377211d8b92a773016e4336bd257c0b427a36c8e5a49b3786fc770d22ce7e82d
3
+ metadata.gz: b3b9d7c80c399123ee1a3415f80785d332b62523f914c73f012aa3eea4036001
4
+ data.tar.gz: 3e56b09334fd53f5483df496fbf6adc0c11879c67002c60eeee1994e8936b162
5
5
  SHA512:
6
- metadata.gz: 12057f8c30ed439dd06e537f05c6c190602ff80a72c2386f55d6f6b13909328a5e686323182ac6654f181cc1078a766e04d2f1f84fe69879c3b472feacf0ac12
7
- data.tar.gz: 9a61e079a9c94d7039491ea51f59aa128b737166643bd594b033b7f200420da422e58bef7bd1495bd4a700c3c1266eacf1742079eb68d573815cacdba7d7441c
6
+ metadata.gz: 354e14b10b93e19b34986500a9773987388852244b400f0c2ffc4281b98f23ccd0c325ff4ec62b851a8b3f31cfb51b9855045fa85bcb14285e44bac972fe9dce
7
+ data.tar.gz: 000fe52ba5e7525eee2ad2e06469b680c8da6e1e289eb8f3afb11eee680b6d8592a7b2d3e8939c3eff349937502c7ad2a5844b777173aaeba34661deb458b04e
data/CHANGELOG.md CHANGED
@@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
8
  ## [Unreleased]
9
+
10
+ ## [0.21.6] - 2026-04-23
11
+
12
+ ### Technical
13
+ - Narrowed retained `switch` E2E verification to the documented public contract by proving the returned task worktree path exists immediately and appears in `switch --list` instead of asserting deeper internal layout details.
14
+
15
+ ## [0.21.5] - 2026-04-23
16
+
17
+ ### Technical
18
+ - Tightened retained basic-lifecycle and task-aware E2E coverage so remove/prune cleanup is verified from the exact removed worktree path and final post-cleanup snapshots.
19
+
9
20
  ### Fixed
10
21
  - **ace-git-worktree v0.20.5**: Used `ace-tmux window` when already in a tmux session and `ace-tmux start` otherwise, so nested worktree creation stays correctly in-session.
11
22
  - **ace-git-worktree v0.20.4**: Fixed `create --pr <number>` to avoid an `ace-tmux` subcommand mismatch when launching project tmux sessions.
@@ -3,7 +3,7 @@
3
3
  module Ace
4
4
  module Git
5
5
  module Worktree
6
- VERSION = '0.21.4'
6
+ VERSION = '0.21.6'
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ace-git-worktree
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.4
4
+ version: 0.21.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Czyz
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2026-04-20 00:00:00.000000000 Z
10
+ date: 2026-04-26 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: ace-support-cli