From d820bc2f23eb736575554e20621b4df80e7b1dc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Tue, 13 Oct 2020 16:03:19 +0200 Subject: [PATCH] Bump version, update NEWS --- CMakeLists.txt | 2 +- NEWS | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8ceab4a..af26858 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ endif ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUCC) # Version set (project_VERSION_MAJOR "1") -set (project_VERSION_MINOR "0") +set (project_VERSION_MINOR "1") set (project_VERSION_PATCH "0") set (project_VERSION "${project_VERSION_MAJOR}") diff --git a/NEWS b/NEWS index c484e85..f3f05fb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +1.1.0 (2020-10-13) + + * Add method name tab completion using OpenRPC information + + * Bind M-Enter to insert a newline into the command line + + * json-rpc-test-server: fix a memory leak and request URI parsing + + * Miscellaneous bug fixes + + 1.0.0 (2020-09-05) * Initial release