Skip to content

Commit

Permalink
release: prepare version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Oct 23, 2023
1 parent dc230ae commit 880f092
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [3.0.0] - 2023-10-23

### Added
- Method TypeFactory->create() which should be used instead of TypeFactory::createType()

Expand Down Expand Up @@ -437,7 +439,8 @@ Initial release
- View helpers for usage in Fluid templates


[Unreleased]: https://github.com/brotkrueml/schema/compare/v2.11.0...HEAD
[Unreleased]: https://github.com/brotkrueml/schema/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/brotkrueml/schema/compare/v2.11.0...v3.0.0
[2.11.0]: https://github.com/brotkrueml/schema/compare/v2.10.0...v2.11.0
[2.10.0]: https://github.com/brotkrueml/schema/compare/v2.9.1...v2.10.0
[2.9.1]: https://github.com/brotkrueml/schema/compare/v2.9.0...v2.9.1
Expand Down
7 changes: 5 additions & 2 deletions Documentation/Changelog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ 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/brotkrueml/schema/compare/v2.11.0...HEAD>`_
-------------------------------------------------------------------------------
`Unreleased <https://github.com/brotkrueml/schema/compare/v3.0.0...HEAD>`_
------------------------------------------------------------------------------

`3.0.0 <https://github.com/brotkrueml/schema/compare/v2.11.0...v3.0.0>`_ - 2023-10-23
-----------------------------------------------------------------------------------------

Added
^^^^^
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

project = schema
version = 3.0
release = 3.0.0-dev
release = 3.0.0
copyright = since 2019 by Chris Müller

[html_theme_options]
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'clearCacheOnLoad' => true,
'author' => 'Chris Müller',
'author_email' => 'typo3@krue.ml',
'version' => '3.0.0-dev',
'version' => '3.0.0',
'constraints' => [
'depends' => [
'php' => '8.1.0-0.0.0',
Expand Down

0 comments on commit 880f092

Please sign in to comment.