Skip to content

Commit 1a999d7

Browse files
committed
1.0.4
1 parent 9ef9143 commit 1a999d7

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.0.4 - 2026-01-31
4+
- Silence git worktree/branch helper output so `terris <branch>` prints only the worktree path.
5+
- Add end-to-end CLI test covering worktree creation stdout (with test-only deps).
6+
- List worktrees by default and use `--rm` to remove worktrees.
7+
38
## 1.0.3 - 2026-01-30
49
- Require branches to exist; `terris <branch>` errors if missing.
510

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 = "terris"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
edition = "2024"
55
description = "A simple git worktree manager."
66
license = "MIT"

0 commit comments

Comments
 (0)