Skip to content

Commit 402ee27

Browse files
authored
Merge pull request #16651 from argotorg/bump-version-to-0-8-36
Bump version to 0.8.36 and add changelog skeleton
2 parents 9b7bb78 + 45c484e commit 402ee27

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ include(EthPolicy)
2323
eth_policy()
2424

2525
# project name and version should be set after cmake_policy CMP0048
26-
set(PROJECT_VERSION "0.8.35")
26+
set(PROJECT_VERSION "0.8.36")
2727
# OSX target needed in order to support std::visit
2828
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.14")
2929
project(solidity VERSION ${PROJECT_VERSION} LANGUAGES C CXX)

Changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### 0.8.36 (unreleased)
2+
3+
Language Features:
4+
5+
Compiler Features:
6+
7+
Bugfixes:
8+
9+
110
### 0.8.35 (2026-04-29)
211

312
Language Features:

0 commit comments

Comments
 (0)