Skip to content

Commit e72a1e7

Browse files
committed
docs: add changelog notes for v1.3.0
1 parent 732baaa commit e72a1e7

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# v1.3.0 - 2024-01-29
2+
3+
- Added new `patchy branch-fetch` subcommand, allows fetching GitHub branches locally. Usage:
4+
5+
```
6+
Usage:
7+
8+
patchy branch-fetch [<args>] [<flags>]
9+
» Fetch remote branches into a local branch
10+
11+
Examples:
12+
13+
patchy branch-fetch helix-editor/helix/master
14+
» Fetch a single branch
15+
16+
patchy branch-fetch 'helix-editor/helix/master@6049f20'
17+
» Fetch a single branch at a certain commit
18+
```
19+
20+
- Using a `pr-fetch` with no arguments will bring up the help menu now.
21+
122
# Patchy v1.2.7
223

324
- Improved error message

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "patchy-bin"
33
version = "1.2.7"
44
edition = "2021"
55
license = "MIT"
6-
readme = "README.md"
6+
readme = "./docs/README.md"
77
keywords = ["git", "github", "fork", "patchy"]
88
categories = ["development-tools", "command-line-utilities"]
99
authors = ["Nikita Revenco"]

0 commit comments

Comments
 (0)