From 80bfa2b5728a6e166411e489c107a00364845da5 Mon Sep 17 00:00:00 2001 From: spacewander Date: Sat, 9 May 2026 11:10:15 +0800 Subject: [PATCH] Version 7.5.0 Signed-off-by: spacewander --- AUTHORS | 10 ++++++++-- History.md | 25 +++++++++++++++++++++++++ bin/git-extras | 2 +- 3 files changed, 34 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index 63915c5..06598c6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -33,7 +33,6 @@ Patches and Suggestions - David Baumgold - Jan Schulz - Kenneth Reitz -- Leroy - Mark Pitman - Peter Benjamin - Günther Grill @@ -47,7 +46,6 @@ Patches and Suggestions - Robin Winslow - Ross Smith II - Yi EungJun -- dependabot[bot] - grindhold - wyattscarpenter - Aggelos Orfanakos @@ -66,6 +64,7 @@ Patches and Suggestions - Dominik Gedon - Hogan Long - Ivan Malopinsky +- John Bachir - Jonathan "Duke" Leto - Julio Napurí - Justin Dugger @@ -87,6 +86,7 @@ Patches and Suggestions - Beth Skurrie - Brice Dutheil - Curtis McEnroe +- Daniele Paolella - David Rogers - Devin Withers - Domenico Rotiroti @@ -164,6 +164,7 @@ Patches and Suggestions - Edward Betts - Eli Schwartz - Emil Kjelsrud +- Erik Skultety - François M - George Crabtree - Gerrit-K @@ -173,6 +174,7 @@ Patches and Suggestions - Gunnlaugur Thor Briem - Hasse Ramlev Hansen - Heiko Becker +- Hugo Ruiz-Mireles - Isaac Mungai - J.C. Yamokoski - Jack O. Wasey @@ -233,9 +235,11 @@ Patches and Suggestions - Rasmus Wriedt Larsen - René - Revisor +- Ricardo Fernández Serrata - Riceball LEE - Rob Kennedy - Robin von Bülow +- Russ - Ryan Bohn - Sachin Gupta - Sam Thursfield @@ -273,11 +277,13 @@ Patches and Suggestions - dead-horse - eszabpt - fengkx +- johnpyp - jykntr - kang - meza - neydroid - nulltask +- phanium - sgleizes - tfendin - tiemonl diff --git a/History.md b/History.md index 39e0235..fc9617e 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,29 @@ +7.5.0 / 2026-05-09 +================== + + * Use standard prefix for home dir installs (#1248) + * refactor(abort): common `gitdir` (#1244) + * Fix man page usage docs (#1241) + * Fix `git-changelog` to handle whitespace in command arguments (#1232) + * chore(deps): bump bats-core/bats-action from 3.0.1 to 4.0.0 (#1230) + * add details when multiple active operations found (#1229) + * Add persistent history to `git-repl` (#1226) + * Support passing ref to `git-commits-since` (#1228) + * ability to specify command when hitting enter (#1223) + * Improve `git-repl` prompt (#1224) + * feat: `delete-branch` multiple unique branch names completions (#1221) + * chore(deps): bump actions/checkout from 5 to 6 (#1219) + * Made Git Magic use `--force-with-lease` (#1218) + * chore(deps): bump actions/stale from 9 to 10 (#1214) + * chore(deps): bump actions/setup-go from 5 to 6 (#1215) + * chore(deps): bump actions/setup-python from 5 to 6 (#1216) + * Fix minor typo in `git rename-branch` man page (#1211) + * Improvements to Bash completion (#1210) + * Fix use of `git-whatchanged` to `git-log` (#1212) + * chore(deps): bump actions/checkout from 4 to 5 (#1209) + * Bump version to 7.5.0-dev (#1207) + 7.4.0 / 2025-06-19 ================== diff --git a/bin/git-extras b/bin/git-extras index 2ada627..9d688b6 100755 --- a/bin/git-extras +++ b/bin/git-extras @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="7.5.0-dev" +VERSION="7.5.0" INSTALL_SCRIPT="https://raw.githubusercontent.com/tj/git-extras/main/install.sh" update() {