File tree 4 files changed +11
-5
lines changed
4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.10.0] - 2025-03-12
11
+
10
12
### Added
11
13
- Registration of additional properties by implementing ` AdditionalPropertiesInterface `
12
14
@@ -521,7 +523,8 @@ Initial release
521
523
- View helpers for usage in Fluid templates
522
524
523
525
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
525
528
[ 3.9.1 ] : https://github.com/brotkrueml/schema/compare/v3.9.0...v3.9.1
526
529
[ 3.9.0 ] : https://github.com/brotkrueml/schema/compare/v3.8.0...v3.9.0
527
530
[ 3.8.0 ] : https://github.com/brotkrueml/schema/compare/v3.7.1...v3.8.0
Original file line number Diff line number Diff line change @@ -8,8 +8,11 @@ All notable changes to this project will be documented in this file.
8
8
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/ >`_\ , and this project adheres
9
9
to `Semantic Versioning <https://semver.org/spec/v2.0.0.html >`_.
10
10
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
+ ------------------------------------------------------------------------------------------
13
16
14
17
Added
15
18
^^^^^
Original file line number Diff line number Diff line change 16
16
/>
17
17
<project
18
18
title =" schema"
19
- release =" 3.10.0-dev "
19
+ release =" 3.10.0"
20
20
version =" 3.10"
21
21
copyright =" since 2019 by Chris Müller"
22
22
/>
Original file line number Diff line number Diff line change 8
8
'clearCacheOnLoad ' => true ,
9
9
'author ' => 'Chris Müller ' ,
10
10
'author_email ' =>
'[email protected] ' ,
11
- 'version ' => '3.10.0-dev ' ,
11
+ 'version ' => '3.10.0 ' ,
12
12
'constraints ' => [
13
13
'depends ' => [
14
14
'php ' => '8.1.0-0.0.0 ' ,
You can’t perform that action at this time.
0 commit comments