Merge pull request #14427 from ethereum/set-release-date-version-0.8.21

Set release date for 0.8.21
This commit is contained in:
Nikola Matić
2023-07-19 10:56:46 +02:00
committed by GitHub
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
### 0.8.21 (unreleased)
### 0.8.21 (2023-07-19)
Important Bugfixes:
* Code Generator: Always generate code for the expression in ``<expression>.selector`` in the legacy code generation pipeline.
+4
View File
@@ -1859,6 +1859,10 @@
],
"released": "2023-05-10"
},
"0.8.21": {
"bugs": [],
"released": "2023-07-19"
},
"0.8.3": {
"bugs": [
"FullInlinerNonExpressionSplitArgumentEvaluationOrder",