From 70896deb67e040a73872e1bdae8ef82e84b3c9b6 Mon Sep 17 00:00:00 2001 From: chriseth Date: Tue, 22 Jan 2019 16:46:05 +0100 Subject: [PATCH] Update version and changelog. --- CMakeLists.txt | 2 +- Changelog.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1db1d0529..05af35045 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ include(EthPolicy) eth_policy() # project name and version should be set after cmake_policy CMP0048 -set(PROJECT_VERSION "0.5.3") +set(PROJECT_VERSION "0.5.4") project(solidity VERSION ${PROJECT_VERSION} LANGUAGES CXX) option(LLL "Build LLL" OFF) diff --git a/Changelog.md b/Changelog.md index 1238d4b57..ceb1402a8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,18 @@ +### 0.5.4 (unreleased) + + +Language Features: + + +Compiler Features: + + +Bugfixes: + + +Build System: + + ### 0.5.3 (2019-01-22) Language Features: