Skip to content

Commit

Permalink
Start 0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Alt committed Aug 11, 2021
1 parent e28d00a commit 5d7a2f3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ include(EthPolicy)
eth_policy()

# project name and version should be set after cmake_policy CMP0048
set(PROJECT_VERSION "0.8.7")
set(PROJECT_VERSION "0.8.8")
# OSX target needed in order to support std::visit
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.14")
project(solidity VERSION ${PROJECT_VERSION} LANGUAGES C CXX)
Expand Down
12 changes: 12 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### 0.8.8 (unreleased)

Language Features:


Compiler Features:


Bugfixes:



### 0.8.7 (2021-08-11)

Language Features:
Expand Down

0 comments on commit 5d7a2f3

Please sign in to comment.