Skip to content

Commit 475e4dc

Browse files
committed
[RELEASE] Prepare version 1.0.0
1 parent bad2e96 commit 475e4dc

3 files changed

Lines changed: 6 additions & 3 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+
## [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
122124
Initial 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

Documentation/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# The short X.Y version
2828
version = 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 ---------------------------------------------------

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_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',

0 commit comments

Comments
 (0)