We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b7bb78 + 45c484e commit 402ee27Copy full SHA for 402ee27
2 files changed
CMakeLists.txt
@@ -23,7 +23,7 @@ include(EthPolicy)
23
eth_policy()
24
25
# project name and version should be set after cmake_policy CMP0048
26
-set(PROJECT_VERSION "0.8.35")
+set(PROJECT_VERSION "0.8.36")
27
# OSX target needed in order to support std::visit
28
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.14")
29
project(solidity VERSION ${PROJECT_VERSION} LANGUAGES C CXX)
Changelog.md
@@ -1,3 +1,12 @@
1
+### 0.8.36 (unreleased)
2
+
3
+Language Features:
4
5
+Compiler Features:
6
7
+Bugfixes:
8
9
10
### 0.8.35 (2026-04-29)
11
12
Language Features:
0 commit comments