Skip to content

Commit 9bc734e

Browse files
committed
Bump version to 0.4.0
1 parent fa7210b commit 9bc734e

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGES.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ master - UNRELEASED
66

77
Nothing
88

9+
v0.4.0 - 28 Nov 2016
10+
--------------------
11+
12+
* New features
13+
14+
- protobuf2json: bytes fields now encoded with base64
915

1016
v0.3.1 - 07 Feb 2016
1117
--------------------

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ int json2protobuf_file(
9999
Each of them have `error_string` and `error_size` arguments used to pass error description from `protobuf2json-c` functions.
100100
You can pass `NULL` and `0` to avoid setting error description.
101101

102-
103102
Credits
104103
-------
105104

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dnl and/or modify it under the terms of the MIT license.
55
dnl See LICENSE for details.
66

77
AC_PREREQ([2.59])
8-
AC_INIT([libprotobuf2json-c], [0.3.1], [[email protected]])
8+
AC_INIT([libprotobuf2json-c], [0.4.0], [[email protected]])
99
AC_CONFIG_MACRO_DIR([m4])
1010

1111
AM_INIT_AUTOMAKE([foreign -Wall])

src/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ libprotobuf2json_c_la_SOURCES = protobuf2json.c
2020
# Bump current, set revision and age to 0.
2121
#
2222
# current[:revision[:age]]
23-
libprotobuf2json_c_la_LDFLAGS = -version-info 2:0:2
23+
libprotobuf2json_c_la_LDFLAGS = -version-info 3:0:0
2424

2525
include_HEADERS = ../include/protobuf2json.h
2626

0 commit comments

Comments
 (0)