From 14d0296ccee3f07e4203b46aa110f078a0cb58f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Sun, 13 Aug 2023 04:02:48 +0200 Subject: [PATCH] release: prepare version 1.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 31b9a9b..7c31d42 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] +## [1.3.0] - 2023-08-13 + ### Added - PSR-7 request object is available in PSR-14 event (#2) @@ -23,7 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release -[Unreleased]: https://github.com/brotkrueml/typo3-form-rate-limit/compare/v1.2.0...HEAD +[Unreleased]: https://github.com/brotkrueml/typo3-form-rate-limit/compare/v1.3.0...HEAD +[1.3.0]: https://github.com/brotkrueml/typo3-form-rate-limit/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/brotkrueml/typo3-form-rate-limit/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/brotkrueml/typo3-form-rate-limit/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/brotkrueml/typo3-form-rate-limit/releases/tag/v1.0.0 diff --git a/Documentation/Changelog/Index.rst b/Documentation/Changelog/Index.rst index 32346ee..6801e45 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 `_ --------------------------------------------------------------------------------------------- +`1.3.0 `_ - 2023-08-13 +------------------------------------------------------------------------------------------------------- + Added ^^^^^ diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 23d321a..4dd5504 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -5,7 +5,7 @@ project = Form Rate Limit version = 1.3 -release = 1.3.0-dev +release = 1.3.0 copyright = since 2022 by Chris Müller [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index ef490ef..b4ac9db 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -6,7 +6,7 @@ 'author' => 'Chris Müller', 'author_email' => 'typo3@krue.ml', 'state' => 'stable', - 'version' => '1.3.0-dev', + 'version' => '1.3.0', 'constraints' => [ 'depends' => [ 'typo3' => '11.5.3-12.4.99',