Skip to content

Commit 7e84be6

Browse files
committed
Set date for 0.8.23 release
1 parent 12f7c7a commit 7e84be6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: Changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 0.8.23 (unreleased)
1+
### 0.8.23 (2023-11-08)
22

33
Important Bugfixes:
44
* 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 for: docs/bugs_by_version.json

+4
Original file line numberDiff line numberDiff line change
@@ -1882,6 +1882,10 @@
18821882
],
18831883
"released": "2023-10-25"
18841884
},
1885+
"0.8.23": {
1886+
"bugs": [],
1887+
"released": "2023-11-08"
1888+
},
18851889
"0.8.3": {
18861890
"bugs": [
18871891
"FullInlinerNonExpressionSplitArgumentEvaluationOrder",

0 commit comments

Comments
 (0)