Skip to content

Commit c34cab8

Browse files
committed
bump version to 0.7.0
1 parent 96f4241 commit c34cab8

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ All notable changes to this project will be documented in this file. This format
44

55
## [Unreleased]
66

7+
## [0.7.0] - 2025-12-02
8+
79
### Added
8-
- Add an Open in Editor action in the interactive UI and a `rsworktree worktree open-editor` CLI command, including guidance when no editor is configured.
10+
- Add an "Open in Editor" action in the interactive UI and a `rsworktree worktree open-editor` CLI command, including guidance when no editor is configured.
911

1012
## [0.6.4] - 2025-10-10
1113

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.6.4"
3+
version = "0.7.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)