From 3e97862c39a6bab3e2a53e8331387c75a250de42 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 11:58:50 +0100 Subject: [PATCH] release: prepare version 3.3.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 ca29e804..f9ebe2d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [3.3.0] - 2024-02-04 + ### Updated - schema.org definition to version 25.0 @@ -456,7 +458,8 @@ Initial release - View helpers for usage in Fluid templates -[Unreleased]: https://github.com/brotkrueml/schema/compare/v3.2.0...HEAD +[Unreleased]: https://github.com/brotkrueml/schema/compare/v3.3.0...HEAD +[3.3.0]: https://github.com/brotkrueml/schema/compare/v3.2.0...v3.3.0 [3.2.0]: https://github.com/brotkrueml/schema/compare/v3.1.0...v3.2.0 [3.1.0]: https://github.com/brotkrueml/schema/compare/v3.0.0...v3.1.0 [3.0.0]: https://github.com/brotkrueml/schema/compare/v2.11.0...v3.0.0 diff --git a/Documentation/Changelog/Index.rst b/Documentation/Changelog/Index.rst index f44262aa..27a36691 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 `_ ------------------------------------------------------------------------------ +`3.3.0 `_ - 2024-02-04 +---------------------------------------------------------------------------------------- + Updated ^^^^^^^ diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 1078b3a0..f2299327 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -5,7 +5,7 @@ project = schema version = 3.3 -release = 3.3.0-dev +release = 3.3.0 copyright = since 2019 by Chris Müller [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index 5be951e6..51fd6a4a 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' => '3.3.0-dev', + 'version' => '3.3.0', 'constraints' => [ 'depends' => [ 'php' => '8.1.0-0.0.0',