From b106bb183311ee2e05ff1bf357a4a07bbfa180f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Mon, 6 Jul 2020 16:25:30 +0200 Subject: [PATCH] [RELEASE] Prepare version 0.1.0 --- .gitattributes | 1 + CHANGELOG.md | 15 +++++++++++++++ Documentation/Settings.cfg | 2 +- README.md | 4 ++-- ext_emconf.php | 4 ++-- 5 files changed, 21 insertions(+), 5 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.gitattributes b/.gitattributes index 8485fe8..354ad54 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,4 +6,5 @@ /.github/ export-ignore /.gitignore export-ignore /.php_cs export-ignore +/CHANGELOG.md export-ignore /README.md export-ignore diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2de99ab --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.0] - 2020-07-06 + +Initial release + + +[Unreleased]: https://github.com/brotkrueml/schema/compare/v0.1.0...HEAD +[0.1.0]: https://github.com/brotkrueml/schema/releases/tag/v0.1.0 diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 19081af..6f8a777 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,6 +1,6 @@ [general] project = Matomo Widgets -release = 0.1.0-dev +release = 0.1.0 copyright = by Chris Müller [html_theme_options] diff --git a/README.md b/README.md index 3252360..274b820 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,5 @@ The extension supports TYPO3 v10 LTS. -[Documentation](https://docs.typo3.org/p/brotkrueml/typo3-matomo-widgets/master/en-us/) - +[Documentation](https://docs.typo3.org/p/brotkrueml/typo3-matomo-widgets/master/en-us/) | +[Changelog](https://github.com/brotkrueml/typo3-matomo-widgets/blob/master/CHANGELOG.md) diff --git a/ext_emconf.php b/ext_emconf.php index 8eed8ee..9cce5ab 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -5,8 +5,8 @@ 'category' => 'module', 'author' => 'Chris Müller', 'author_email' => 'typo3@krue.ml', - 'state' => 'alpha', - 'version' => '0.1.0-dev', + 'state' => 'beta', + 'version' => '0.1.0', 'constraints' => [ 'depends' => [ 'typo3' => '10.4.0-10.4.99',