Skip to content

Commit b6a9a1b

Browse files
committed
release: prepare version 3.10.0
1 parent ed1120c commit b6a9a1b

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

+4-1
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.10.0] - 2025-03-12
11+
1012
### Added
1113
- Registration of additional properties by implementing `AdditionalPropertiesInterface`
1214

@@ -521,7 +523,8 @@ Initial release
521523
- View helpers for usage in Fluid templates
522524

523525

524-
[Unreleased]: https://github.com/brotkrueml/schema/compare/v3.9.1...HEAD
526+
[Unreleased]: https://github.com/brotkrueml/schema/compare/v3.10.0...HEAD
527+
[3.10.0]: https://github.com/brotkrueml/schema/compare/v3.9.1...v3.10.0
525528
[3.9.1]: https://github.com/brotkrueml/schema/compare/v3.9.0...v3.9.1
526529
[3.9.0]: https://github.com/brotkrueml/schema/compare/v3.8.0...v3.9.0
527530
[3.8.0]: https://github.com/brotkrueml/schema/compare/v3.7.1...v3.8.0

Documentation/Changelog/Index.rst

+5-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ 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.9.1...HEAD>`_
12-
------------------------------------------------------------------------------
11+
`Unreleased <https://github.com/brotkrueml/schema/compare/v3.10.0...HEAD>`_
12+
-------------------------------------------------------------------------------
13+
14+
`3.10.0 <https://github.com/brotkrueml/schema/compare/v3.9.1...v3.10.0>`_ - 2025-03-12
15+
------------------------------------------------------------------------------------------
1316

1417
Added
1518
^^^^^

Documentation/guides.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/>
1717
<project
1818
title="schema"
19-
release="3.10.0-dev"
19+
release="3.10.0"
2020
version="3.10"
2121
copyright="since 2019 by Chris Müller"
2222
/>

ext_emconf.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
'clearCacheOnLoad' => true,
99
'author' => 'Chris Müller',
1010
'author_email' => '[email protected]',
11-
'version' => '3.10.0-dev',
11+
'version' => '3.10.0',
1212
'constraints' => [
1313
'depends' => [
1414
'php' => '8.1.0-0.0.0',

0 commit comments

Comments
 (0)