Skip to content

Commit 072d9d7

Browse files
chore: release v0.3.1
1 parent 7307cb1 commit 072d9d7

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/).
66

7+
## [0.3.1](https://github.com/morellodev/arbor/compare/v0.3.0...v0.3.1) - 2026-03-18
8+
9+
### Added
10+
11+
- add interactive selection and '.' support to remove command
12+
13+
### Fixed
14+
15+
- chdir before removing worktree to fix Windows permission error
16+
17+
### Other
18+
19+
- split integration tests into per-command files
20+
- consolidate shared patterns and fix inconsistencies
21+
722
## [0.3.0](https://github.com/morellodev/arbor/compare/v0.2.6...v0.3.0) - 2026-03-17
823

924
### Added

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 = "arbor"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2024"
55
license = "MIT"
66
description = "A friendly CLI for managing git worktrees"

0 commit comments

Comments
 (0)