Set release date for 0.8.19

This commit is contained in:
Nikola Matic 2023-02-22 13:33:25 +01:00
parent 1d8e0abd0a
commit 21823613bc
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
### 0.8.19 (unreleased)
### 0.8.19 (2023-02-22)
Language Features:
* Allow defining custom operators for user-defined value types via ``using {f as +} for T global`` syntax.

View File

@ -1776,6 +1776,10 @@
"bugs": [],
"released": "2023-02-01"
},
"0.8.19": {
"bugs": [],
"released": "2023-02-22"
},
"0.8.2": {
"bugs": [
"AbiReencodingHeadOverflowWithStaticArrayCleanup",