Skip to content

Commit

Permalink
Version 7.2.0 (#1138)
Browse files Browse the repository at this point in the history
Signed-off-by: spacewander <[email protected]>
  • Loading branch information
spacewander authored Apr 23, 2024
1 parent a17d2fb commit e692b96
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
5 changes: 4 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Maintainers
- Nicolai Skogheim <[email protected]>
- spacewander <[email protected]>
- Edwin Kofler <[email protected]>
- Leroy <[email protected]>

Patches and Suggestions
```````````````````````
Expand Down Expand Up @@ -45,6 +46,7 @@ Patches and Suggestions
- vyas
- Don Harper
- Robin Winslow
- Ross Smith II
- Yi EungJun
- grindhold
- Aggelos Orfanakos
Expand All @@ -53,7 +55,6 @@ Patches and Suggestions
- Chris Hall
- Damian Krzeminski
- NANRI
- vanpipy
- Alexander Krasnukhin
- Phally
- Rico Sta. Cruz
Expand Down Expand Up @@ -184,6 +185,7 @@ Patches and Suggestions
- John Evans
- John Hoffmann
- Jon Ander Peñalba
- Josh McKinney
- Joshua Appelman
- José María Gutiérrez @TheTechOddBug
- Katrin Leinweber
Expand Down Expand Up @@ -221,6 +223,7 @@ Patches and Suggestions
- R. Martinho Fernandes
- Raphael Fleischlin
- Rasmus Wriedt Larsen
- René
- Riceball LEE
- Rob Kennedy
- Robin von Bülow
Expand Down
24 changes: 24 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@

7.2.0 / 2024-04-21
==================

* refactor: test utils and simplify the case code (#1136)
* Add --proceed flag to git-delete-squashed-branches (#1134) (#1135)
* test(browse-ci): add unit tests (#1130)
* test(git-browse): add unit tests (#1127)
* feat: add reverse option to git-brv (#1123)
* fix(utimes): change /dev/stdin to -
* fix(utimes): Support filenames with backspaces, etc. (#1122)
* chore: add poetry to handle the tests of the git extras (#1121)
* Fix typo in ci.yml (#1120)
* Fix: harden utimes, use single quotes (#1109)
* Fix: patch git-utimes (fixes #1118) (#1119)
* add pull request manner (#1113)
* maintenance: Add my name as maintainer in AUTHORS (#1117)
* test(git-authors): add unit test (#1098)
* Add more comprensive dependencies (#1111)
* fix: git-standup find error (tj#1106) (#1110)
* Improve defaults for testing suite (#1104)
* feat: Speed up utimes (#1108)
* Overhaul CONTRIBUTING document (#1103)
* Bump version to 7.2.0-dev (#1099)

7.1.0 / 2023-10-28
==================

Expand Down
2 changes: 1 addition & 1 deletion bin/git-extras
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

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

update() {
Expand Down

0 comments on commit e692b96

Please sign in to comment.