Skip to content

Commit 6eef25e

Browse files
committed
Version 0.3.1
1 parent 275a155 commit 6eef25e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2020-05-31 version 0.3.1 (QtProtobuf)
2+
3+
QtProtobuf
4+
* Fix static build issues. Migrate to OBJECT library targets for generated code
5+
* Fix CPack release builds. Fix paths in cmake/qmake packages.
6+
* Complete "invalid" field handling in JSON serializers
7+
18
2020-05-01 version 0.3.0 (generator/QtProtobuf)
29

310
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.6)
22

3-
set(QT_PROTOBUF_VERSION 0.3.0)
3+
set(QT_PROTOBUF_VERSION 0.3.1)
44
set(QT_PROTOBUF_PROJECT QtProtobufProject)
55

66
project(${QT_PROTOBUF_PROJECT} VERSION ${QT_PROTOBUF_VERSION} LANGUAGES CXX)

0 commit comments

Comments
 (0)