File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+ ## [ 1.2.0] - 2022-05-27
10+
911### Added
1012- Configuration of connection options (#8 )
1113
@@ -138,7 +140,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
138140Initial preview release
139141
140142
141- [ Unreleased ] : https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v1.1.0...HEAD
143+ [ Unreleased ] : https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v1.2.0...HEAD
144+ [ 1.2.0 ] : https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v1.1.0...v1.2.0
142145[ 1.1.0 ] : https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v1.0.0...v1.1.0
143146[ 1.0.0 ] : https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v0.12.3...v1.0.0
144147[ 0.12.3 ] : https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v0.12.2...v0.12.3
Original file line number Diff line number Diff line change @@ -8,9 +8,12 @@ All notable changes to this project will be documented in this file.
88The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/ >`_\ ,
99and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html >`_.
1010
11- `Unreleased <https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v1.1 .0...HEAD >`_
11+ `Unreleased <https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v1.2 .0...HEAD >`_
1212-------------------------------------------------------------------------------------------------
1313
14+ `1.2.0 <https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v1.1.0...v1.2.0 >`_ - 2022-05-27
15+ -----------------------------------------------------------------------------------------------------------
16+
1417Added
1518^^^^^
1619
Original file line number Diff line number Diff line change 2727# The short X.Y version
2828version = u'1.2'
2929# The full version, including alpha/beta/rc tags
30- release = u'1.2.0-dev '
30+ release = u'1.2.0'
3131
3232
3333# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 77 'author ' => 'Chris Müller ' ,
88 'author_email ' => 'typo3@krue.ml ' ,
99 'state ' => 'stable ' ,
10- 'version ' => '1.2.0-dev ' ,
10+ 'version ' => '1.2.0 ' ,
1111 'constraints ' => [
1212 'depends ' => [
1313 'php ' => '7.4.0-0.0.0 ' ,
You can’t perform that action at this time.
0 commit comments