Skip to content

Commit b567e3a

Browse files
committed
release: prepare version 3.0.1
1 parent 9756652 commit b567e3a

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [3.0.1] - 2024-06-06
10+
911
### Fixed
1012
- Wrong namespace in upgrade section of documentation
1113

@@ -163,7 +165,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
163165
Initial preview release
164166

165167

166-
[Unreleased]: https://github.com/jobrouter/typo3-connector/compare/v3.0.0...HEAD
168+
[Unreleased]: https://github.com/jobrouter/typo3-connector/compare/v3.0.1...HEAD
169+
[3.0.1]: https://github.com/jobrouter/typo3-connector/compare/v3.0.0...v3.0.1
167170
[3.0.0]: https://github.com/jobrouter/typo3-connector/compare/v2.0.0...v3.0.0
168171
[2.0.0]: https://github.com/jobrouter/typo3-connector/compare/v1.2.0...v2.0.0
169172
[1.2.0]: https://github.com/jobrouter/typo3-connector/compare/v1.1.0...v1.2.0

Documentation/Changelog/Index.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ All notable changes to this project will be documented in this file.
88
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_\ ,
99
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
1010

11-
`Unreleased <https://github.com/jobrouter/typo3-connector/compare/v3.0.0...HEAD>`_
11+
`Unreleased <https://github.com/jobrouter/typo3-connector/compare/v3.0.1...HEAD>`_
1212
--------------------------------------------------------------------------------------
1313

14+
`3.0.1 <https://github.com/jobrouter/typo3-connector/compare/v3.0.0...v3.0.1>`_ - 2024-06-06
15+
------------------------------------------------------------------------------------------------
16+
1417
Fixed
1518
^^^^^
1619

Documentation/guides.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
>
88
<project
99
title="TYPO3 JobRouter Connector"
10-
release="3.0.1-dev"
10+
release="3.0.1"
1111
version="3.0"
1212
copyright="since 2019 Chris Müller, since 2024 JobRouter AG"
1313
/>

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
'author' => 'Chris Müller',
88
'author_company' => 'JobRouter AG',
99
'state' => 'stable',
10-
'version' => '3.0.1-dev',
10+
'version' => '3.0.1',
1111
'constraints' => [
1212
'depends' => [
1313
'php' => '8.1.0-0.0.0',

0 commit comments

Comments
 (0)