Skip to content

Commit a2c5fa9

Browse files
committed
release: prepare version 4.2.0
1 parent e3b54a1 commit a2c5fa9

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
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [4.2.0] - 2025-03-14
10+
911
### Updated
1012
- PrismJS to version 1.30.0
1113

@@ -173,7 +175,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
173175
- Syntax highlighting with PrismJS
174176

175177

176-
[Unreleased]: https://github.com/brotkrueml/codehighlight/compare/v4.1.1...HEAD
178+
[Unreleased]: https://github.com/brotkrueml/codehighlight/compare/v4.2.0...HEAD
179+
[4.2.0]: https://github.com/brotkrueml/codehighlight/compare/v4.1.1...v4.2.0
177180
[4.1.1]: https://github.com/brotkrueml/codehighlight/compare/v4.1.0...v4.1.1
178181
[4.1.0]: https://github.com/brotkrueml/codehighlight/compare/v4.0.0...v4.1.0
179182
[4.0.0]: https://github.com/brotkrueml/codehighlight/compare/v3.1.1...v4.0.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/>`_\ ,
99
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
1010

11-
`Unreleased <https://github.com/brotkrueml/codehighlight/compare/v4.1.1...HEAD>`_
11+
`Unreleased <https://github.com/brotkrueml/codehighlight/compare/v4.2.0...HEAD>`_
1212
-------------------------------------------------------------------------------------
1313

14+
`4.2.0 <https://github.com/brotkrueml/codehighlight/compare/v4.1.1...v4.2.0>`_ - 2025-03-14
15+
-----------------------------------------------------------------------------------------------
16+
1417
Updated
1518
^^^^^^^
1619

Documentation/guides.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
title="Code Highlight"
1818
copyright="since 2019 by Chris Müller"
1919
version="4.2"
20-
release="4.2.0-dev"
20+
release="4.2.0"
2121
/>
2222
<inventory
2323
id="t3coreapi_main"

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' => '4.2.0-dev',
11+
'version' => '4.2.0',
1212
'constraints' => [
1313
'depends' => [
1414
'typo3' => '12.4.0-13.4.99',

0 commit comments

Comments
 (0)