Browse Source

Version 0.1.1

Alexey Edelev 5 years ago
parent
commit
6cd461b3d2
2 changed files with 13 additions and 1 deletions
  1. 12 0
      CHANGES.txt
  2. 1 1
      CMakeLists.txt

+ 12 - 0
CHANGES.txt

@@ -1,3 +1,15 @@
+2020-01-21 version 0.1.1 (generator/QtProtobuf/QtGrpc)
+
+    QtProtobuf
+    * Implement qml aliasing for transparent fields
+    * Fix repeated field update signals
+    * Add update signals for repeated fields when move semantics is used
+    * Improve installation rules
+    * Add handlers container protection for multithreading
+    * Make return value of simple types getters constant
+    generator
+    * Fix warning of non-existing protoc includepath
+
 2019-12-20 version 0.1.0 (generator/QtProtobuf/QtGrpc)
 
     QtProtobuf

+ 1 - 1
CMakeLists.txt

@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.1)
 
-set(QT_PROTOBUF_VERSION 0.1.0)
+set(QT_PROTOBUF_VERSION 0.1.1)
 set(QT_PROTOBUF_PROJECT QtProtobufProject)
 
 project(${QT_PROTOBUF_PROJECT} VERSION ${QT_PROTOBUF_VERSION} LANGUAGES CXX)