Skip to content

Commit ba2195c

Browse files
committed
Release 0.6.0
1 parent aacae8e commit ba2195c

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
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file. This format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and the project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5+
## [0.6.0] - 2025-09-28
6+
7+
### Added
8+
- Add merge PR command to interactive mode.
9+
510
## [0.5.3] - 2025-09-28
611

712
### 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 = "rsworktree"
3-
version = "0.5.3"
3+
version = "0.6.0"
44
edition = "2024"
55
description = "CLI helper for managing Git worktrees under a dedicated .rsworktree directory"
66
license = "MIT"

0 commit comments

Comments
 (0)