Skip to content

Commit 1113e5a

Browse files
committed
release
1 parent 709a7f0 commit 1113e5a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
<!-- do not remove -->
44

5+
## 0.0.3
6+
7+
### New Features
8+
9+
- Add support for path arguments via `__` parameter ([#2](https://github.com/AnswerDotAI/fastgit/pull/2)), thanks to [@ncoop57](https://github.com/ncoop57)
10+
11+
**Usage:**
12+
```python
13+
g.log('--oneline', __=['file1.py', 'file2.py'])
14+
# → git log --oneline -- file1.py file2.py
15+
```
16+
17+
518
## 0.0.2
619

720
### New Features

0 commit comments

Comments
 (0)