Skip to content

Commit 8cd7bdd

Browse files
committed
Version 0.1.1
1 parent 10d4c08 commit 8cd7bdd

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2020-01-21 version 0.1.1 (generator/QtProtobuf/QtGrpc)
2+
3+
QtProtobuf
4+
* Implement qml aliasing for transparent fields
5+
* Fix repeated field update signals
6+
* Add update signals for repeated fields when move semantics is used
7+
* Improve installation rules
8+
* Add handlers container protection for multithreading
9+
* Make return value of simple types getters constant
10+
generator
11+
* Fix warning of non-existing protoc includepath
12+
113
2019-12-20 version 0.1.0 (generator/QtProtobuf/QtGrpc)
214

315
QtProtobuf

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.1)
22

3-
set(QTPROTOBUF_PROJECT_VERSION 0.1.0)
3+
set(QTPROTOBUF_PROJECT_VERSION 0.1.1)
44
project(QtProtobufProject VERSION ${QTPROTOBUF_PROJECT_VERSION} LANGUAGES CXX)
55

66
include(GNUInstallDirs)

0 commit comments

Comments
 (0)