From 04aa7c438965656b7e6494f2a423e5ef89c98805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Mon, 20 May 2024 18:20:45 +0200 Subject: [PATCH] release: prepare version 3.5.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 ba0752a7..811a6d1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [3.5.0] - 2024-05-20 + ### Updated - schema.org definition to version 27.0 @@ -471,7 +473,8 @@ Initial release - View helpers for usage in Fluid templates -[Unreleased]: https://github.com/brotkrueml/schema/compare/v3.4.1...HEAD +[Unreleased]: https://github.com/brotkrueml/schema/compare/v3.5.0...HEAD +[3.5.0]: https://github.com/brotkrueml/schema/compare/v3.4.1...v3.5.0 [3.4.1]: https://github.com/brotkrueml/schema/compare/v3.4.0...v3.4.1 [3.4.0]: https://github.com/brotkrueml/schema/compare/v3.3.0...v3.4.0 [3.3.0]: https://github.com/brotkrueml/schema/compare/v3.2.0...v3.3.0 diff --git a/Documentation/Changelog/Index.rst b/Documentation/Changelog/Index.rst index 57b2b319..911c0ecc 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.5.0 `_ - 2024-05-20 +---------------------------------------------------------------------------------------- + Updated ^^^^^^^ diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 50d89477..d3cd8d54 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -5,7 +5,7 @@ project = schema version = 3.5 -release = 3.5.0-dev +release = 3.5.0 copyright = since 2019 by Chris Müller [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index 035b5859..16e1af1c 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -8,7 +8,7 @@ 'clearCacheOnLoad' => true, 'author' => 'Chris Müller', 'author_email' => 'typo3@brotkrueml.dev', - 'version' => '3.5.0-dev', + 'version' => '3.5.0', 'constraints' => [ 'depends' => [ 'php' => '8.1.0-0.0.0',