Skip to content

Commit 3f27c80

Browse files
committed
release: prepare version 4.0.1
1 parent 68a2f81 commit 3f27c80

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

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+
## [4.0.1] - 2025-09-10
11+
1012
### Fixed
1113
- `automaticBreadcrumbSchemaGeneration` outputs breadcrumbs in wrong order (#146)
1214
- Double masking of special chars of types in admin panel
@@ -621,7 +623,8 @@ Initial release
621623
- View helpers for usage in Fluid templates
622624

623625

624-
[Unreleased]: https://github.com/brotkrueml/schema/compare/v4.0.0...HEAD
626+
[Unreleased]: https://github.com/brotkrueml/schema/compare/v4.0.1...HEAD
627+
[4.0.1]: https://github.com/brotkrueml/schema/compare/v4.0.0...v4.0.1
625628
[4.0.0]: https://github.com/brotkrueml/schema/compare/v3.14.1...v4.0.0
626629
[3.14.2]: https://github.com/brotkrueml/schema/compare/v3.14.1...v3.14.2
627630
[3.14.1]: https://github.com/brotkrueml/schema/compare/v3.14.0...v3.14.1

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/v4.0.0...HEAD>`_
11+
`Unreleased <https://github.com/brotkrueml/schema/compare/v4.0.1...HEAD>`_
1212
------------------------------------------------------------------------------
1313

14+
`4.0.1 <https://github.com/brotkrueml/schema/compare/v4.0.0...v4.0.1>`_ - 2025-09-10
15+
----------------------------------------------------------------------------------------
16+
1417
Fixed
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="4.0.1-dev"
19+
release="4.0.1"
2020
version="4.0"
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
@@ -7,7 +7,7 @@
77
'state' => 'stable',
88
'author' => 'Chris Müller',
99
'author_email' => '[email protected]',
10-
'version' => '4.0.1-dev',
10+
'version' => '4.0.1',
1111
'constraints' => [
1212
'depends' => [
1313
'typo3' => '13.4.0-13.4.99',

0 commit comments

Comments
 (0)