Set release date for 0.8.15.

This commit is contained in:
Daniel Kirchner 2022-06-15 14:41:44 +02:00
parent 506e9c4536
commit 14d0776c94
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
### 0.8.15 (unreleased)
### 0.8.15 (2022-06-15)
Important Bugfixes:
* Code Generation: Avoid writing dirty bytes to storage when copying ``bytes`` arrays.

View File

@ -1716,6 +1716,10 @@
],
"released": "2022-05-17"
},
"0.8.15": {
"bugs": [],
"released": "2022-06-15"
},
"0.8.2": {
"bugs": [
"DirtyBytesArrayToStorage",