Skip to content

Commit

Permalink
release: prepare version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Jun 6, 2024
1 parent 9756652 commit b567e3a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 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]

## [3.0.1] - 2024-06-06

### Fixed
- Wrong namespace in upgrade section of documentation

Expand Down Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion Documentation/Changelog/Index.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/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>`_ - 2024-06-06
------------------------------------------------------------------------------------------------

Fixed
^^^^^

Expand Down
2 changes: 1 addition & 1 deletion Documentation/guides.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
>
<project
title="TYPO3 JobRouter Connector"
release="3.0.1-dev"
release="3.0.1"
version="3.0"
copyright="since 2019 Chris Müller, since 2024 JobRouter AG"
/>
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit b567e3a

Please sign in to comment.