From 0fc45edc6a7b8816301611050c27688628ea4dd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Thu, 19 Oct 2023 19:22:03 +0200 Subject: [PATCH] release: prepare version 2.11.0 --- CHANGELOG.md | 5 ++++- Documentation/Changelog/Index.rst | 5 ++++- Documentation/Settings.cfg | 2 +- ext_emconf.php | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd11312d..119b34be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [2.11.0] - 2023-10-19 + ### Updated - Schema definition to version 23.0 @@ -417,7 +419,8 @@ Initial release - View helpers for usage in Fluid templates -[Unreleased]: https://github.com/brotkrueml/schema/compare/v2.10.0...HEAD +[Unreleased]: https://github.com/brotkrueml/schema/compare/v2.11.0...HEAD +[2.11.0]: https://github.com/brotkrueml/schema/compare/v2.10.0...v2.11.0 [2.10.0]: https://github.com/brotkrueml/schema/compare/v2.9.1...v2.10.0 [2.9.1]: https://github.com/brotkrueml/schema/compare/v2.9.0...v2.9.1 [2.9.0]: https://github.com/brotkrueml/schema/compare/v2.8.0...v2.9.0 diff --git a/Documentation/Changelog/Index.rst b/Documentation/Changelog/Index.rst index 017ab35d..51ea76bc 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.11.0 `_ - 2023-10-19 +------------------------------------------------------------------------------------------- + Updated ^^^^^^^ diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 358a6673..c2e639c5 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -5,7 +5,7 @@ project = schema version = 2.11 -release = 2.11.0-dev +release = 2.11.0 copyright = since 2019 by Chris Müller [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index 8550664e..7669de29 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.11.0-dev', + 'version' => '2.11.0', 'constraints' => [ 'depends' => [ 'php' => '7.4.0-0.0.0',