diff --git a/CHANGELOG.md b/CHANGELOG.md index 43b4fb9179..08fa6f9146 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -127,6 +127,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Disabling hg repositories is now the first setting within the configuration form - Disabling svn repositories is now the first setting within the configuration form +## [3.7.8] - 2026-02-25 +### Fixed +- NPE when using 'binary' macro in .gitattributes + ## [3.7.7] - 2025-11-28 ### Fixed - Significantly improved repository load times for large numbers of repositories @@ -1845,6 +1849,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [3.7.5]: https://scm-manager.org/download/3.7.5 [3.7.6]: https://scm-manager.org/download/3.7.6 [3.7.7]: https://scm-manager.org/download/3.7.7 +[3.7.8]: https://scm-manager.org/download/3.7.8 [3.8.0]: https://scm-manager.org/download/3.8.0 [3.9.0]: https://scm-manager.org/download/3.9.0 [3.10.0]: https://scm-manager.org/download/3.10.0 diff --git a/docs/en/release-process.md b/docs/en/release-process.md index e7470f6dc0..d23a032e55 100644 --- a/docs/en/release-process.md +++ b/docs/en/release-process.md @@ -1,5 +1,7 @@ --- title: Release process +subtitle: This is all about how to release the core and plugins +displayToc: true --- ## How to release SCM-Manager core (Script)