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.0.0] - 2021-03-14
10+
911### Added
1012- Extension usable in non-composer installations
1113
@@ -122,7 +124,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
122124Initial preview release
123125
124126
125- [ Unreleased ] : https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v0.12.3...HEAD
127+ [ Unreleased ] : https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v1.0.0...HEAD
128+ [ 1.0.0 ] : https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v0.12.3...v1.0.0
126129[ 0.12.3 ] : https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v0.12.2...v0.12.3
127130[ 0.12.2 ] : https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v0.12.1...v0.12.2
128131[ 0.12.1 ] : https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v0.12.0...v0.12.1
Original file line number Diff line number Diff line change 2727# The short X.Y version
2828version = u'1.0'
2929# The full version, including alpha/beta/rc tags
30- release = u'1.0.0-dev '
30+ release = u'1.0.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.0.0-dev ' ,
10+ 'version ' => '1.0.0 ' ,
1111 'constraints ' => [
1212 'depends ' => [
1313 'typo3 ' => '10.4.11-10.4.99 ' ,
You can’t perform that action at this time.
0 commit comments