Skip to content

Commit

Permalink
release: prepare version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed May 31, 2023
1 parent eaaa405 commit 5f52453
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0] - 2023-05-31

### Added
- Processing of an attachment and date as field type
- Compatibility with TYPO3 v12
Expand Down Expand Up @@ -64,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial pre-release

[Unreleased]: https://github.com/brotkrueml/typo3-jobrouter-base/compare/v1.3.0...HEAD
[Unreleased]: https://github.com/brotkrueml/typo3-jobrouter-base/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/brotkrueml/typo3-jobrouter-base/compare/v1.3.0...v2.0.0
[1.3.0]: https://github.com/brotkrueml/typo3-jobrouter-base/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/brotkrueml/typo3-jobrouter-base/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/brotkrueml/typo3-jobrouter-base/compare/v1.0.0...v1.1.0
Expand Down
5 changes: 4 additions & 1 deletion Documentation/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ 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 <https://github.com/brotkrueml/typo3-jobrouter-base/compare/v1.3.0...HEAD>`_
`Unreleased <https://github.com/brotkrueml/typo3-jobrouter-base/compare/v2.0.0...HEAD>`_
--------------------------------------------------------------------------------------------

`2.0.0 <https://github.com/brotkrueml/typo3-jobrouter-base/compare/v1.3.0...v2.0.0>`_ - 2023-05-31
------------------------------------------------------------------------------------------------------

Added
^^^^^

Expand Down
2 changes: 1 addition & 1 deletion Documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# The short X.Y version
version = u'2.0'
# The full version, including alpha/beta/rc tags
release = u'2.0.0-dev'
release = u'2.0.0'


# -- General configuration ---------------------------------------------------
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ This TYPO3 extension acts as a base library for:

## Versions and support

| Latest release | TYPO3 | PHP | Updates will contain |
|----------------|-------------|-------|----------------------|
| 2.x | 11.5 - 12.4 | ≥ 8.1 | In development |
| 1.x | 10.4 - 11.5 | ≥ 7.4 | Security fixes |
| Latest release | TYPO3 | PHP | Updates will contain |
|----------------|-------------|-------|----------------------------------|
| 2.x | 11.5 / 12.4 | ≥ 8.1 | Features, bug and security fixes |
| 1.x | 10.4 / 11.5 | ≥ 7.4 | Security fixes |

[Documentation](https://typo3-jobrouter.readthedocs.io/projects/base/) |
[Translation](https://crowdin.com/project/typo3-extension-jobrouterbase) |
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'author' => 'Chris Müller',
'author_email' => 'typo3@krue.ml',
'state' => 'stable',
'version' => '2.0.0-dev',
'version' => '2.0.0',
'constraints' => [
'depends' => [
'php' => '8.1.0-0.0.0',
Expand Down

0 comments on commit 5f52453

Please sign in to comment.