We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9cc5c1 commit 2bc90e9Copy full SHA for 2bc90e9
CHANGELOG
@@ -1,6 +1,6 @@
1
-protobluff-1.1.0 (2019-xx-xx)
+protobluff-1.1.0 (2019-06-11)
2
3
- * Fixed compatibility issues with protobuf 3.6+
+ * Fixed generator compatibility issues with protobuf 3.6+
4
5
protobluff-1.0.3 (2018-08-02)
6
configure.ac
@@ -24,7 +24,7 @@
24
25
AC_PREREQ(2.69)
26
27
-AC_INIT([protobluff], [1.0.3], [martin.donath@squidfunk.com])
+AC_INIT([protobluff], [1.1.0], [martin.donath@squidfunk.com])
28
AM_INIT_AUTOMAKE([subdir-objects foreign])
29
30
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
0 commit comments