Skip to content

Commit 651416a

Browse files
committed
release
1 parent 2f0b2a7 commit 651416a

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

CHANGELOG.md

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

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

5+
## 0.0.4
6+
7+
### New Features
8+
9+
- Add tilde expansion support for paths ([#4](https://github.com/AnswerDotAI/fastgit/pull/4)), thanks to [@ncoop57](https://github.com/ncoop57)
10+
11+
512
## 0.0.3
613

714
### New Features
815

916
- Add support for path arguments via `__` parameter ([#2](https://github.com/AnswerDotAI/fastgit/pull/2)), thanks to [@ncoop57](https://github.com/ncoop57)
1017

11-
**Usage:**
12-
```python
13-
g.log('--oneline', __=['file1.py', 'file2.py'])
14-
# → git log --oneline -- file1.py file2.py
15-
```
16-
1718

1819
## 0.0.2
1920

0 commit comments

Comments
 (0)