Skip to content

Commit ecdd5e8

Browse files
rohoswaggerclaude
andcommitted
chore: bump version to 0.1.13
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 46844ed commit ecdd5e8

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ These features exist specifically to make ez useable by AI agents:
126126
| 0.1.10 | `ez worktree create/delete/list`; `ez sync --force` to force-remove worktrees with uncommitted changes |
127127
| 0.1.11 | Agent CLI UX: `ez diff`/`ez diff --stat`/`ez diff --name-only`, `ez parent`, `ez commit -m "a" -m "b"` multi-line, `ez commit -- <paths>` path-scoped staging, diff stat after commit/amend, timing metadata on all output (`[ok \| 45ms]`), progressive help discovery (bare commands exit 0), actionable error hints on all errors, worktree filter fix (only `.worktrees/`) |
128128
| 0.1.12 | `ez update` — self-update command, auto-detects install method (cargo vs script), `--check` for version check without install, `--version` for specific version |
129+
| 0.1.13 | Examples in every `--help`, commit SHA in output, `ez worktree delete --yes` from inside worktree, `worktree_path` fix for linked worktrees |
129130

130131
---
131132

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ez-stack"
3-
version = "0.1.12"
3+
version = "0.1.13"
44
edition = "2024"
55
rust-version = "1.85"
66
description = "A CLI tool for managing stacked PRs with GitHub"

0 commit comments

Comments
 (0)