Skip to content

Commit e692b96

Browse files
authored
Version 7.2.0 (#1138)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
1 parent a17d2fb commit e692b96

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

AUTHORS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Maintainers
1212
- Nicolai Skogheim <nicolai.skogheim@gmail.com>
1313
- spacewander <spacewanderlzx@gmail.com>
1414
- Edwin Kofler <edwin@kofler.dev>
15+
- Leroy <vanpipy@gmail.com>
1516

1617
Patches and Suggestions
1718
```````````````````````
@@ -45,6 +46,7 @@ Patches and Suggestions
4546
- vyas
4647
- Don Harper
4748
- Robin Winslow
49+
- Ross Smith II
4850
- Yi EungJun
4951
- grindhold
5052
- Aggelos Orfanakos
@@ -53,7 +55,6 @@ Patches and Suggestions
5355
- Chris Hall
5456
- Damian Krzeminski
5557
- NANRI
56-
- vanpipy
5758
- Alexander Krasnukhin
5859
- Phally
5960
- Rico Sta. Cruz
@@ -184,6 +185,7 @@ Patches and Suggestions
184185
- John Evans
185186
- John Hoffmann
186187
- Jon Ander Peñalba
188+
- Josh McKinney
187189
- Joshua Appelman
188190
- José María Gutiérrez @TheTechOddBug
189191
- Katrin Leinweber
@@ -221,6 +223,7 @@ Patches and Suggestions
221223
- R. Martinho Fernandes
222224
- Raphael Fleischlin
223225
- Rasmus Wriedt Larsen
226+
- René
224227
- Riceball LEE
225228
- Rob Kennedy
226229
- Robin von Bülow

History.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
11

2+
7.2.0 / 2024-04-21
3+
==================
4+
5+
* refactor: test utils and simplify the case code (#1136)
6+
* Add --proceed flag to git-delete-squashed-branches (#1134) (#1135)
7+
* test(browse-ci): add unit tests (#1130)
8+
* test(git-browse): add unit tests (#1127)
9+
* feat: add reverse option to git-brv (#1123)
10+
* fix(utimes): change /dev/stdin to -
11+
* fix(utimes): Support filenames with backspaces, etc. (#1122)
12+
* chore: add poetry to handle the tests of the git extras (#1121)
13+
* Fix typo in ci.yml (#1120)
14+
* Fix: harden utimes, use single quotes (#1109)
15+
* Fix: patch git-utimes (fixes #1118) (#1119)
16+
* add pull request manner (#1113)
17+
* maintenance: Add my name as maintainer in AUTHORS (#1117)
18+
* test(git-authors): add unit test (#1098)
19+
* Add more comprensive dependencies (#1111)
20+
* fix: git-standup find error (tj#1106) (#1110)
21+
* Improve defaults for testing suite (#1104)
22+
* feat: Speed up utimes (#1108)
23+
* Overhaul CONTRIBUTING document (#1103)
24+
* Bump version to 7.2.0-dev (#1099)
25+
226
7.1.0 / 2023-10-28
327
==================
428

bin/git-extras

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
VERSION="7.2.0-dev"
3+
VERSION="7.2.0"
44
INSTALL_SCRIPT="https://raw.githubusercontent.com/tj/git-extras/main/install.sh"
55

66
update() {

0 commit comments

Comments
 (0)