From 3aa6e9501822e011006c6e51bdfa8fb50963fded Mon Sep 17 00:00:00 2001 From: Konstantin Schaper Date: Tue, 28 Jun 2022 14:17:18 +0200 Subject: [PATCH] Adjust changelog for release 2.37.0 --- CHANGELOG.md | 12 ++++++++++++ gradle/changelog/clarify_import_mode.yaml | 2 -- gradle/changelog/lfs_corrupt_files.yaml | 2 -- gradle/changelog/linkless_card_column.yaml | 2 -- gradle/changelog/mirror_lfs.yaml | 2 -- 5 files changed, 12 insertions(+), 8 deletions(-) delete mode 100644 gradle/changelog/clarify_import_mode.yaml delete mode 100644 gradle/changelog/lfs_corrupt_files.yaml delete mode 100644 gradle/changelog/linkless_card_column.yaml delete mode 100644 gradle/changelog/mirror_lfs.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 70222944f5..f0285f7ecd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ 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). +## [2.37.0] - 2022-06-28 +### Added +- Developers can omit the link prop of the CardColumnSmall component ([#2076](https://github.com/scm-manager/scm-manager/pull/2076)) +- Mirror LFS files for git ([#2075](https://github.com/scm-manager/scm-manager/pull/2075)) + +### Fixed +- Validate lfs files after upload and discard corrupt files ([#2068](https://github.com/scm-manager/scm-manager/pull/2068)) + +### Changed +- clarify options for import with and without metadata ([#2074](https://github.com/scm-manager/scm-manager/pull/2074)) + ## [2.36.1] - 2022-06-21 ### Fixed - Zip CRC error on startup in Alpine image ([#2071](https://github.com/scm-manager/scm-manager/pull/2071)) @@ -1082,3 +1093,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [2.35.0]: https://scm-manager.org/download/2.35.0 [2.36.0]: https://scm-manager.org/download/2.36.0 [2.36.1]: https://scm-manager.org/download/2.36.1 +[2.37.0]: https://scm-manager.org/download/2.37.0 diff --git a/gradle/changelog/clarify_import_mode.yaml b/gradle/changelog/clarify_import_mode.yaml deleted file mode 100644 index 22d4c65123..0000000000 --- a/gradle/changelog/clarify_import_mode.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: clarify options for import with and without metadata ([#2074](https://github.com/scm-manager/scm-manager/pull/2074)) diff --git a/gradle/changelog/lfs_corrupt_files.yaml b/gradle/changelog/lfs_corrupt_files.yaml deleted file mode 100644 index f0b7397168..0000000000 --- a/gradle/changelog/lfs_corrupt_files.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Validate lfs files after upload and discard corrupt files ([#2068](https://github.com/scm-manager/scm-manager/pull/2068)) diff --git a/gradle/changelog/linkless_card_column.yaml b/gradle/changelog/linkless_card_column.yaml deleted file mode 100644 index 734c340da7..0000000000 --- a/gradle/changelog/linkless_card_column.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Developers can omit the link prop of the CardColumnSmall component ([#2076](https://github.com/scm-manager/scm-manager/pull/2076)) diff --git a/gradle/changelog/mirror_lfs.yaml b/gradle/changelog/mirror_lfs.yaml deleted file mode 100644 index e3ec80a377..0000000000 --- a/gradle/changelog/mirror_lfs.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Mirror LFS files for git ([#2075](https://github.com/scm-manager/scm-manager/pull/2075))