From 1e1f46f991b9a8c03054d22748c2e607d64ae334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Sun, 4 Feb 2024 12:07:58 +0100 Subject: [PATCH] release: prepare version 2.2.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 09df350..ab67a37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.2.0] - 2024-02-04 + ### Added - Compatibility with TYPO3 v13 @@ -71,7 +73,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release with schema definition version 12.0 -[Unreleased]: https://github.com/brotkrueml/schema-health/compare/v2.1.0...HEAD +[Unreleased]: https://github.com/brotkrueml/schema-health/compare/v2.2.0...HEAD +[2.2.0]: https://github.com/brotkrueml/schema-health/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/brotkrueml/schema-health/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/brotkrueml/schema-health/compare/v1.4.0...v2.0.0 [1.4.0]: https://github.com/brotkrueml/schema-health/compare/v1.3.1...v1.4.0 diff --git a/Documentation/Changelog/Index.rst b/Documentation/Changelog/Index.rst index adab3af..d2ecbde 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.2.0 `_ - 2024-02-04 +----------------------------------------------------------------------------------------------- + Added ^^^^^ diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 3630484..dc57cf5 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -5,7 +5,7 @@ project = schema_health version = 2.2 -release = 2.2.0-dev +release = 2.2.0 copyright = since 2021 by Chris Müller [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index 1c7a606..4842ba9 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -8,7 +8,7 @@ 'clearCacheOnLoad' => true, 'author' => 'Chris Müller', 'author_email' => 'typo3@krue.ml', - 'version' => '2.2.0-dev', + 'version' => '2.2.0', 'constraints' => [ 'depends' => [ 'php' => '8.1.0-0.0.0',