We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9974be + c2670e4 commit d268c3fCopy full SHA for d268c3f
CMakeLists.txt
@@ -21,7 +21,7 @@ include(EthPolicy)
21
eth_policy()
22
23
# project name and version should be set after cmake_policy CMP0048
24
-set(PROJECT_VERSION "0.8.21")
+set(PROJECT_VERSION "0.8.22")
25
# OSX target needed in order to support std::visit
26
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.14")
27
project(solidity VERSION ${PROJECT_VERSION} LANGUAGES C CXX)
Changelog.md
@@ -1,3 +1,14 @@
1
+### 0.8.22 (unreleased)
2
+
3
+Language Features:
4
5
6
+Compiler Features:
7
8
9
+Bugfixes:
10
11
12
### 0.8.21 (2023-07-19)
13
14
Important Bugfixes:
0 commit comments