File tree Expand file tree Collapse file tree 3 files changed +2
-17
lines changed Expand file tree Collapse file tree 3 files changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ include(EthPolicy)
21
21
eth_policy ()
22
22
23
23
# project name and version should be set after cmake_policy CMP0048
24
- set (PROJECT_VERSION "0.8.20 " )
24
+ set (PROJECT_VERSION "0.8.19 " )
25
25
# OSX target needed in order to support std::visit
26
26
set (CMAKE_OSX_DEPLOYMENT_TARGET "10.14" )
27
27
project (solidity VERSION ${PROJECT_VERSION} LANGUAGES C CXX )
Original file line number Diff line number Diff line change 1
- ### 0.8.20 (unreleased)
2
-
3
- Language Features:
4
-
5
-
6
- Compiler Features:
7
-
8
-
9
- Bugfixes:
10
-
11
-
12
- ### 0.8.19 (2023-02-22)
1
+ ### 0.8.19 (unreleased)
13
2
14
3
Language Features:
15
4
* Allow defining custom operators for user-defined value types via `` using {f as +} for T global `` syntax.
Original file line number Diff line number Diff line change 1776
1776
"bugs" : [],
1777
1777
"released" : " 2023-02-01"
1778
1778
},
1779
- "0.8.19" : {
1780
- "bugs" : [],
1781
- "released" : " 2023-02-22"
1782
- },
1783
1779
"0.8.2" : {
1784
1780
"bugs" : [
1785
1781
" AbiReencodingHeadOverflowWithStaticArrayCleanup" ,
You can’t perform that action at this time.
0 commit comments