From 1d368070bfa6cabd6ef00e50959eec2bbdcf40f9 Mon Sep 17 00:00:00 2001 From: spacewander Date: Sun, 21 Apr 2024 10:47:45 +0800 Subject: [PATCH] Version 7.2.0 Signed-off-by: spacewander --- AUTHORS | 5 ++++- History.md | 24 ++++++++++++++++++++++++ bin/git-extras | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 9e05518ea..c902cd0a2 100644 --- a/AUTHORS +++ b/AUTHORS @@ -12,6 +12,7 @@ Maintainers - Nicolai Skogheim - spacewander - Edwin Kofler +- Leroy Patches and Suggestions ``````````````````````` @@ -45,6 +46,7 @@ Patches and Suggestions - vyas - Don Harper - Robin Winslow +- Ross Smith II - Yi EungJun - grindhold - Aggelos Orfanakos @@ -53,7 +55,6 @@ Patches and Suggestions - Chris Hall - Damian Krzeminski - NANRI -- vanpipy - Alexander Krasnukhin - Phally - Rico Sta. Cruz @@ -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 @@ -221,6 +223,7 @@ Patches and Suggestions - R. Martinho Fernandes - Raphael Fleischlin - Rasmus Wriedt Larsen +- René - Riceball LEE - Rob Kennedy - Robin von Bülow diff --git a/History.md b/History.md index 94ba572b6..20fbcbe2c 100644 --- a/History.md +++ b/History.md @@ -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 ================== diff --git a/bin/git-extras b/bin/git-extras index d37550d82..931d72c98 100755 --- a/bin/git-extras +++ b/bin/git-extras @@ -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() {