Skip to content

Commit

Permalink
Version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semlanik committed Jan 31, 2020
1 parent 10d4c08 commit 8cd7bdd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.1)

set(QTPROTOBUF_PROJECT_VERSION 0.1.0)
set(QTPROTOBUF_PROJECT_VERSION 0.1.1)
project(QtProtobufProject VERSION ${QTPROTOBUF_PROJECT_VERSION} LANGUAGES CXX)

include(GNUInstallDirs)
Expand Down

0 comments on commit 8cd7bdd

Please sign in to comment.