Skip to content

Commit

Permalink
Version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semlanik committed May 31, 2020
1 parent 275a155 commit 6eef25e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2020-05-31 version 0.3.1 (QtProtobuf)

QtProtobuf
* Fix static build issues. Migrate to OBJECT library targets for generated code
* Fix CPack release builds. Fix paths in cmake/qmake packages.
* Complete "invalid" field handling in JSON serializers

2020-05-01 version 0.3.0 (generator/QtProtobuf)

QtProtobuf
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.6)

set(QT_PROTOBUF_VERSION 0.3.0)
set(QT_PROTOBUF_VERSION 0.3.1)
set(QT_PROTOBUF_PROJECT QtProtobufProject)

project(${QT_PROTOBUF_PROJECT} VERSION ${QT_PROTOBUF_VERSION} LANGUAGES CXX)
Expand Down

0 comments on commit 6eef25e

Please sign in to comment.