From 09af8b3f235e376ff2d21ac114c00fceebcb5f11 Mon Sep 17 00:00:00 2001 From: Eduard Heimbuch Date: Fri, 12 Mar 2021 13:58:52 +0100 Subject: [PATCH] Adjust changelog for release 2.15.0 --- CHANGELOG.md | 14 ++++++++++++++ gradle/changelog/debian_conffiles.yaml | 2 -- gradle/changelog/filepath_search.yaml | 2 -- gradle/changelog/markdown-ast-plugins.yaml | 2 -- gradle/changelog/metrics_api.yaml | 2 -- gradle/changelog/partial_diff.yaml | 2 -- gradle/changelog/privileged_startup_api.yaml | 2 -- gradle/changelog/repository_fastforward.yaml | 2 -- gradle/changelog/sources_wrapping.yaml | 2 -- 9 files changed, 14 insertions(+), 16 deletions(-) delete mode 100644 gradle/changelog/debian_conffiles.yaml delete mode 100644 gradle/changelog/filepath_search.yaml delete mode 100644 gradle/changelog/markdown-ast-plugins.yaml delete mode 100644 gradle/changelog/metrics_api.yaml delete mode 100644 gradle/changelog/partial_diff.yaml delete mode 100644 gradle/changelog/privileged_startup_api.yaml delete mode 100644 gradle/changelog/repository_fastforward.yaml delete mode 100644 gradle/changelog/sources_wrapping.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a78a11689..8f70da53af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ 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.15.0] - 2021-03-12 +### Added +- Create api for markdown ast plugins ([#1578](https://github.com/scm-manager/scm-manager/pull/1578)) +- Partial diff ([#1581](https://github.com/scm-manager/scm-manager/issues/1581)) +- Added filepath search ([#1568](https://github.com/scm-manager/scm-manager/issues/1568)) +- API for metrics ([#1576](https://github.com/scm-manager/scm-manager/issues/1576)) +- Add repository-specific non-fast-forward disallowed option ([#1579](https://github.com/scm-manager/scm-manager/issues/1579)) + +### Fixed +- Fix wrapping of title and actions in source view ([#1569](https://github.com/scm-manager/scm-manager/issues/1569)) +- Split SetupContextListener logic into new Privileged Startup API ([#1573](https://github.com/scm-manager/scm-manager/pull/1573)) +- Mark configuration files in debian package ([#1574](https://github.com/scm-manager/scm-manager/issues/1574)) + ## [2.14.1] - 2021-03-03 ### Fixed - Prevent breadcrumb overflow and shrink large elements ([#1563](https://github.com/scm-manager/scm-manager/pull/1563)) @@ -530,3 +543,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [2.13.0]: https://www.scm-manager.org/download/2.13.0 [2.14.0]: https://www.scm-manager.org/download/2.14.0 [2.14.1]: https://www.scm-manager.org/download/2.14.1 +[2.15.0]: https://www.scm-manager.org/download/2.15.0 diff --git a/gradle/changelog/debian_conffiles.yaml b/gradle/changelog/debian_conffiles.yaml deleted file mode 100644 index 38594011fe..0000000000 --- a/gradle/changelog/debian_conffiles.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Mark configuration files in debian package ([#1574](https://github.com/scm-manager/scm-manager/issues/1574)) diff --git a/gradle/changelog/filepath_search.yaml b/gradle/changelog/filepath_search.yaml deleted file mode 100644 index b881868ec9..0000000000 --- a/gradle/changelog/filepath_search.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Added filepath search ([#1568](https://github.com/scm-manager/scm-manager/issues/1568)) diff --git a/gradle/changelog/markdown-ast-plugins.yaml b/gradle/changelog/markdown-ast-plugins.yaml deleted file mode 100644 index 27af250572..0000000000 --- a/gradle/changelog/markdown-ast-plugins.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: create api for markdown ast plugins ([#1578](https://github.com/scm-manager/scm-manager/pull/1578)) diff --git a/gradle/changelog/metrics_api.yaml b/gradle/changelog/metrics_api.yaml deleted file mode 100644 index 23c8e1e3e9..0000000000 --- a/gradle/changelog/metrics_api.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: API for metrics ([#1576](https://github.com/scm-manager/scm-manager/issues/1576)) diff --git a/gradle/changelog/partial_diff.yaml b/gradle/changelog/partial_diff.yaml deleted file mode 100644 index 1fe2b5ad2b..0000000000 --- a/gradle/changelog/partial_diff.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Partial diff ([#1581](https://github.com/scm-manager/scm-manager/issues/1581)) diff --git a/gradle/changelog/privileged_startup_api.yaml b/gradle/changelog/privileged_startup_api.yaml deleted file mode 100644 index 2733146490..0000000000 --- a/gradle/changelog/privileged_startup_api.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Split SetupContextListener logic into new Privileged Startup API ([#1573](https://github.com/scm-manager/scm-manager/pull/1573)) diff --git a/gradle/changelog/repository_fastforward.yaml b/gradle/changelog/repository_fastforward.yaml deleted file mode 100644 index d48000db9c..0000000000 --- a/gradle/changelog/repository_fastforward.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Add repository-specific non-fast-forward disallowed option ([#1579](https://github.com/scm-manager/scm-manager/issues/1579)) diff --git a/gradle/changelog/sources_wrapping.yaml b/gradle/changelog/sources_wrapping.yaml deleted file mode 100644 index caff1b8541..0000000000 --- a/gradle/changelog/sources_wrapping.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Fix wrapping of title and actions in source view ([#1569](https://github.com/scm-manager/scm-manager/issues/1569))