From b567e3ac9d872de92191bdce3108cb7570753c85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Thu, 6 Jun 2024 15:04:25 +0200 Subject: [PATCH] release: prepare version 3.0.1 --- CHANGELOG.md | 5 ++++- Documentation/Changelog/Index.rst | 5 ++++- Documentation/guides.xml | 2 +- ext_emconf.php | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 833d3b8..e580880 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] +## [3.0.1] - 2024-06-06 + ### Fixed - Wrong namespace in upgrade section of documentation @@ -163,7 +165,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial preview release -[Unreleased]: https://github.com/jobrouter/typo3-connector/compare/v3.0.0...HEAD +[Unreleased]: https://github.com/jobrouter/typo3-connector/compare/v3.0.1...HEAD +[3.0.1]: https://github.com/jobrouter/typo3-connector/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/jobrouter/typo3-connector/compare/v2.0.0...v3.0.0 [2.0.0]: https://github.com/jobrouter/typo3-connector/compare/v1.2.0...v2.0.0 [1.2.0]: https://github.com/jobrouter/typo3-connector/compare/v1.1.0...v1.2.0 diff --git a/Documentation/Changelog/Index.rst b/Documentation/Changelog/Index.rst index 0258e53..245af99 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.0.1 `_ - 2024-06-06 +------------------------------------------------------------------------------------------------ + Fixed ^^^^^ diff --git a/Documentation/guides.xml b/Documentation/guides.xml index a8d031b..df1bbaa 100644 --- a/Documentation/guides.xml +++ b/Documentation/guides.xml @@ -7,7 +7,7 @@ > diff --git a/ext_emconf.php b/ext_emconf.php index 2e055c2..28da76b 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -7,7 +7,7 @@ 'author' => 'Chris Müller', 'author_company' => 'JobRouter AG', 'state' => 'stable', - 'version' => '3.0.1-dev', + 'version' => '3.0.1', 'constraints' => [ 'depends' => [ 'php' => '8.1.0-0.0.0',