From 66856cd0459df3dc97d32077a98454dc2a0ee75a Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 6 Apr 2022 08:45:17 +0200 Subject: [PATCH 1/2] Prepare the 2.14.13 release --- CHANGELOG | 4 ++-- src/Environment.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a7255ff3c..8b6339c66 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,6 @@ -# 2.14.13 (2022-XX-XX) +# 2.14.13 (2022-04-06) - * n/a + * Enable bytecode invalidation when auto_reload is enabled # 2.14.12 (2022-03-25) diff --git a/src/Environment.php b/src/Environment.php index e53158a9b..43e3497d3 100644 --- a/src/Environment.php +++ b/src/Environment.php @@ -38,12 +38,12 @@ use Twig\TokenParser\TokenParserInterface; */ class Environment { - public const VERSION = '2.14.13-DEV'; + public const VERSION = '2.14.13'; public const VERSION_ID = 21413; public const MAJOR_VERSION = 2; public const MINOR_VERSION = 14; public const RELEASE_VERSION = 13; - public const EXTRA_VERSION = 'DEV'; + public const EXTRA_VERSION = ''; private $charset; private $loader; From f6bd36a6941117ca215986ed02331f7c21aafe33 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 6 Apr 2022 08:46:17 +0200 Subject: [PATCH 2/2] Bump version --- CHANGELOG | 4 ++++ src/Environment.php | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 8b6339c66..ab4fbd65d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +# 2.14.14 (2022-XX-XX) + + * n/a + # 2.14.13 (2022-04-06) * Enable bytecode invalidation when auto_reload is enabled diff --git a/src/Environment.php b/src/Environment.php index 43e3497d3..c3243707c 100644 --- a/src/Environment.php +++ b/src/Environment.php @@ -38,12 +38,12 @@ use Twig\TokenParser\TokenParserInterface; */ class Environment { - public const VERSION = '2.14.13'; - public const VERSION_ID = 21413; + public const VERSION = '2.14.14-DEV'; + public const VERSION_ID = 21414; public const MAJOR_VERSION = 2; public const MINOR_VERSION = 14; - public const RELEASE_VERSION = 13; - public const EXTRA_VERSION = ''; + public const RELEASE_VERSION = 14; + public const EXTRA_VERSION = 'DEV'; private $charset; private $loader;