From 219e17ae2511b48621227fc3badeefeea00ca001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Fri, 28 Nov 2025 13:25:33 +0100 Subject: [PATCH] Adjust changelog for release 3.7.7 --- CHANGELOG.md | 6 ++++++ gradle/changelog/committer_in_squash_merge.yaml | 2 -- gradle/changelog/repo_permissions.yaml | 2 -- 3 files changed, 6 insertions(+), 4 deletions(-) delete mode 100644 gradle/changelog/committer_in_squash_merge.yaml delete mode 100644 gradle/changelog/repo_permissions.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index f40180b556..bbe9542500 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.7.7] - 2025-11-28 +### Fixed +- Significantly improved repository load times for large numbers of repositories + ## [3.7.6] - 2025-08-19 ### Fixed +- The committer in squash merge, rebase, and regular merge is now set to the current user. - Support for go-git user agents (e.g. ArgoCD ≥ 2.14) (Patch from 2.46.6) ## [2.46.6] - 2025-08-19 @@ -1724,3 +1729,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [3.7.3]: https://scm-manager.org/download/3.7.2 [3.7.4]: https://scm-manager.org/download/3.7.4 [3.7.5]: https://scm-manager.org/download/3.7.5 +[3.7.7]: https://scm-manager.org/download/3.7.7 diff --git a/gradle/changelog/committer_in_squash_merge.yaml b/gradle/changelog/committer_in_squash_merge.yaml deleted file mode 100644 index bed4dbd6f1..0000000000 --- a/gradle/changelog/committer_in_squash_merge.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: The committer in squash merge, rebase, and regular merge is now set to the current user. diff --git a/gradle/changelog/repo_permissions.yaml b/gradle/changelog/repo_permissions.yaml deleted file mode 100644 index f589356760..0000000000 --- a/gradle/changelog/repo_permissions.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Significantly improved repository load times for large numbers of repositories