Browse Source

Version 0.5.1

Alexey Edelev 4 years ago
parent
commit
79f8c78831
2 changed files with 5 additions and 1 deletions
  1. 4 0
      CHANGES.txt
  2. 1 1
      CMakeLists.txt

+ 4 - 0
CHANGES.txt

@@ -1,3 +1,7 @@
+2020-01-09 version 0.5.1 (generator/QtProtobuf/QtGrpc)
+    QtGrpc
+    * Fix memory leak in gRCP subscription
+
 2020-08-31 version 0.5.0 (generator/QtProtobuf/QtGrpc)
     QtProtobuf
     * Change the qmake executable lookup way

+ 1 - 1
CMakeLists.txt

@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.6)
 
-set(QT_PROTOBUF_VERSION 0.5.0)
+set(QT_PROTOBUF_VERSION 0.5.1)
 set(QT_PROTOBUF_PROJECT QtProtobufProject)
 
 project(${QT_PROTOBUF_PROJECT} VERSION ${QT_PROTOBUF_VERSION} LANGUAGES CXX)