From 493eae4afabd9efce982d672463a4fd00e8fd5a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Fri, 2 Jun 2023 09:38:03 +0200 Subject: [PATCH] release: prepare version 2.9.0 --- CHANGELOG.md | 6 +++++- Documentation/Changelog/Index.rst | 9 ++++++--- Documentation/Settings.cfg | 2 +- ext_emconf.php | 2 +- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a7e2075..88708f24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [2.9.0] - 2023-06-02 + ### Updated - Schema definition to version 21.0 @@ -402,7 +404,9 @@ Initial release - View helpers for usage in Fluid templates -[Unreleased]: https://github.com/brotkrueml/schema/compare/v2.7.2...HEAD +[Unreleased]: https://github.com/brotkrueml/schema/compare/v2.9.0...HEAD +[2.9.0]: https://github.com/brotkrueml/schema/compare/v2.8.0...v2.9.0 +[2.8.0]: https://github.com/brotkrueml/schema/compare/v2.7.2...v2.8.0 [2.7.2]: https://github.com/brotkrueml/schema/compare/v2.7.1...v2.7.2 [2.7.1]: https://github.com/brotkrueml/schema/compare/v2.7.0...v2.7.1 [2.7.0]: https://github.com/brotkrueml/schema/compare/v2.6.4...v2.7.0 diff --git a/Documentation/Changelog/Index.rst b/Documentation/Changelog/Index.rst index 103e55d8..4e922a85 100644 --- a/Documentation/Changelog/Index.rst +++ b/Documentation/Changelog/Index.rst @@ -8,9 +8,12 @@ All notable changes to this project will be documented in this file. The format is based on `Keep a Changelog `_\ , and this project adheres to `Semantic Versioning `_. -`Unreleased `_ +`Unreleased `_ ------------------------------------------------------------------------------ +`2.9.0 `_ - 2023-06-02 +---------------------------------------------------------------------------------------- + Updated ^^^^^^^ @@ -24,8 +27,8 @@ Fixed * Hidden pages were referenced in automatic generated breadcrumb (#114) * Disabled pages in menu were referenced in automatic generated breadcrumb -[2.8.0] - 2023-05-22 --------------------- +`2.8.0 `_ - 2023-05-22 +---------------------------------------------------------------------------------------- Updated ^^^^^^^ diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 8140a1f6..b644801e 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -5,7 +5,7 @@ project = schema version = 2.9 -release = 2.9.0-dev +release = 2.9.0 copyright = since 2019 by Chris Müller [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index e475c6bc..abd8c51e 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -9,7 +9,7 @@ 'clearCacheOnLoad' => true, 'author' => 'Chris Müller', 'author_email' => 'typo3@krue.ml', - 'version' => '2.9.0-dev', + 'version' => '2.9.0', 'constraints' => [ 'depends' => [ 'php' => '7.4.0-0.0.0',