From bd8c9c7ad9a94c9bd35acf6fd7e329041fc9bc69 Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Thu, 8 Dec 2016 10:10:51 -0800 Subject: [PATCH] v2.8.1 --- CHANGES.md | 6 ++++++ README.md | 4 ++-- mix.exs | 2 +- src/jsx.app.src | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a79db60..f28168b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +v2.8.1 + +* enable `debug_info` when used via mix +* accept `erlang:timestamp` as input to the parser + + v2.8.0 * add `JSX_FORCE_MAPS` env var for forcing decoding to maps rather than diff --git a/README.md b/README.md index 64c39c3..00af986 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# jsx (v2.8.0) # +# jsx (v2.8.1) # an erlang application for consuming, producing and manipulating [json][json]. @@ -10,7 +10,7 @@ current status: [![Build Status](https://secure.travis-ci.org/talentdeficit/jsx. **jsx** is released under the terms of the [MIT][MIT] license -copyright 2010-2015 alisdair sullivan +copyright 2010-2016 alisdair sullivan ## really important note ## diff --git a/mix.exs b/mix.exs index 4fbe563..1ccb3b6 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ use Mix.Project def project do [ app: :jsx, - version: "2.8.0", + version: "2.8.1", description: "an erlang application for consuming, producing and manipulating json. inspired by yajl", deps: deps(Mix.env), package: package(), diff --git a/src/jsx.app.src b/src/jsx.app.src index f7c384e..33acf4c 100644 --- a/src/jsx.app.src +++ b/src/jsx.app.src @@ -1,7 +1,7 @@ {application, jsx, [ {description, "a streaming, evented json parsing toolkit"}, - {vsn, "2.8.0"}, + {vsn, "2.8.1"}, {modules, [ jsx, jsx_encoder,