Skip to content

Commit 993d9ea

Browse files
committed
release: prepare version 3.7.0
1 parent 44d98e5 commit 993d9ea

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
@@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [3.7.0] - 2024-09-19
11+
1012
### Updated
1113
- schema.org definition to version 28.0
1214

@@ -486,7 +488,8 @@ Initial release
486488
- View helpers for usage in Fluid templates
487489

488490

489-
[Unreleased]: https://github.com/brotkrueml/schema/compare/v3.6.1...HEAD
491+
[Unreleased]: https://github.com/brotkrueml/schema/compare/v3.7.0...HEAD
492+
[3.7.0]: https://github.com/brotkrueml/schema/compare/v3.6.1...v3.7.0
490493
[3.6.1]: https://github.com/brotkrueml/schema/compare/v3.6.0...v3.6.1
491494
[3.6.0]: https://github.com/brotkrueml/schema/compare/v3.5.0...v3.6.0
492495
[3.5.0]: https://github.com/brotkrueml/schema/compare/v3.4.1...v3.5.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/>`_\ , and this project adheres
99
to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
1010

11-
`Unreleased <https://github.com/brotkrueml/schema/compare/v3.6.1...HEAD>`_
11+
`Unreleased <https://github.com/brotkrueml/schema/compare/v3.7.0...HEAD>`_
1212
------------------------------------------------------------------------------
1313

14+
`3.7.0 <https://github.com/brotkrueml/schema/compare/v3.6.1...v3.7.0>`_ - 2024-09-19
15+
----------------------------------------------------------------------------------------
16+
1417
Updated
1518
^^^^^^^
1619

Documentation/guides.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/>
1717
<project
1818
title="schema"
19-
release="3.7.0-dev"
19+
release="3.7.0"
2020
version="3.7"
2121
copyright="since 2019 by Chris Müller"
2222
/>

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
'clearCacheOnLoad' => true,
99
'author' => 'Chris Müller',
1010
'author_email' => 'typo3@brotkrueml.dev',
11-
'version' => '3.7.0-dev',
11+
'version' => '3.7.0',
1212
'constraints' => [
1313
'depends' => [
1414
'php' => '8.1.0-0.0.0',

0 commit comments

Comments
 (0)