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
commit d9974bed71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

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.

View File

@ -1859,6 +1859,10 @@
],
"released": "2023-05-10"
},
"0.8.21": {
"bugs": [],
"released": "2023-07-19"
},
"0.8.3": {
"bugs": [
"FullInlinerNonExpressionSplitArgumentEvaluationOrder",