Skip to content

Commit 9de82f9

Browse files
committed
Release 0.3.0
1 parent 5d96869 commit 9de82f9

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.3.0] - 2025-09-27
6+
7+
### Added
8+
- Add merge-pr-github command.
9+
510
## [0.2.0] - 2025-09-26
611
### Fixed
712
- Serialize coverage tests in CI to avoid race conditions during `cargo llvm-cov` runs.

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.2.0"
3+
version = "0.3.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)