From 7e84be61e31bab9a7d9a6659ff4cf95417c13bbc Mon Sep 17 00:00:00 2001 From: Nikola Matic Date: Wed, 8 Nov 2023 10:05:42 +0100 Subject: [PATCH] Set date for 0.8.23 release --- Changelog.md | 2 +- docs/bugs_by_version.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 03bfd2ce4920..ef5416fb3dcb 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -### 0.8.23 (unreleased) +### 0.8.23 (2023-11-08) Important Bugfixes: * Optimizer: Fix block deduplicator bug which led to blocks which are identical apart from the contents of ``verbatim`` instructions to be treated as equivalent and thus collapsed into a single one. diff --git a/docs/bugs_by_version.json b/docs/bugs_by_version.json index 50132d0ed9ef..152e8d97a4d5 100644 --- a/docs/bugs_by_version.json +++ b/docs/bugs_by_version.json @@ -1882,6 +1882,10 @@ ], "released": "2023-10-25" }, + "0.8.23": { + "bugs": [], + "released": "2023-11-08" + }, "0.8.3": { "bugs": [ "FullInlinerNonExpressionSplitArgumentEvaluationOrder",