From 899f2b588a04d6cc5d9e4f18004c8c8d67c6f82a Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Wed, 21 Sep 2022 19:11:36 +0200 Subject: [PATCH] V2.0.1: Bug fixes and cleanup (#580) --- CHANGELOG.md | 12 ++++++++++-- Documentation/Settings.cfg | 4 ++-- ext_emconf.php | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da962c0..3a56118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,14 +7,22 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Added +### Changed + +### Deprecated + +### Removed + +### Fixed + +## 2.0.1 + ### Changed - Use CamelCase for the TsConfig folder (#522) - Stop using the `typo3/minimal` package on CI (#520, #531) - Update to Composer 2.4 (#513) - Change the default indentation for rst files to 4 spaces (#194) -### Deprecated - ### Removed - Remove the ancient acceptance tests (#512) diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index b05719f..190fe9f 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -4,8 +4,8 @@ [general] project = TYPO3 EXT:tea -version = 2.0.0 -release = 2.0.0 +version = 2.0 +release = 2.0.1 copyright = since 2013 by the TYPO3 contributors [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index e21e91c..d021aeb 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -3,7 +3,7 @@ $EM_CONF[$_EXTKEY] = [ 'title' => 'Tea example', 'description' => 'Example extension for unit testing and best practices', - 'version' => '2.0.0', + 'version' => '2.0.1', 'category' => 'example', 'constraints' => [ 'depends' => [