Bump version, update NEWS

This commit is contained in:
Přemysl Eric Janouch 2020-10-13 16:03:19 +02:00
parent b458fc1f99
commit d820bc2f23
Signed by: p
GPG Key ID: A0420B94F92B9493
2 changed files with 12 additions and 1 deletions

View File

@ -14,7 +14,7 @@ endif ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUCC)
# Version # Version
set (project_VERSION_MAJOR "1") set (project_VERSION_MAJOR "1")
set (project_VERSION_MINOR "0") set (project_VERSION_MINOR "1")
set (project_VERSION_PATCH "0") set (project_VERSION_PATCH "0")
set (project_VERSION "${project_VERSION_MAJOR}") set (project_VERSION "${project_VERSION_MAJOR}")

11
NEWS
View File

@ -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) 1.0.0 (2020-09-05)
* Initial release * Initial release