Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sannis committed Nov 28, 2016
1 parent fa7210b commit 9bc734e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ master - UNRELEASED

Nothing

v0.4.0 - 28 Nov 2016
--------------------

* New features

- protobuf2json: bytes fields now encoded with base64

v0.3.1 - 07 Feb 2016
--------------------
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ int json2protobuf_file(
Each of them have `error_string` and `error_size` arguments used to pass error description from `protobuf2json-c` functions.
You can pass `NULL` and `0` to avoid setting error description.


Credits
-------

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dnl and/or modify it under the terms of the MIT license.
dnl See LICENSE for details.

AC_PREREQ([2.59])
AC_INIT([libprotobuf2json-c], [0.3.1], [[email protected]])
AC_INIT([libprotobuf2json-c], [0.4.0], [[email protected]])
AC_CONFIG_MACRO_DIR([m4])

AM_INIT_AUTOMAKE([foreign -Wall])
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ libprotobuf2json_c_la_SOURCES = protobuf2json.c
# Bump current, set revision and age to 0.
#
# current[:revision[:age]]
libprotobuf2json_c_la_LDFLAGS = -version-info 2:0:2
libprotobuf2json_c_la_LDFLAGS = -version-info 3:0:0

include_HEADERS = ../include/protobuf2json.h

Expand Down

0 comments on commit 9bc734e

Please sign in to comment.