Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade jsone from 1.4.3 to 1.4.6 #77

Merged
merged 2 commits into from
Jun 25, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@
- Allow `"null"` string as default value for 'null' type in union type record fields (contributer bka9)
* 2.6.2
- Support Erlang 21.0 stacktraces
* 2.6.3
- Upgrade jsone from 1.4.3 to 1.4.6 (for OTP-21)

2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
]}.
{edoc_opts, [{preprocess, true}]}.
{deps,
[ {jsone, "1.4.3"}
[ {jsone, "1.4.6"}
]}.
2 changes: 1 addition & 1 deletion src/erlavro.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{application, erlavro,
[
{description, "Apache Avro support for Erlang/Elixir"},
{vsn, "2.6.2"},
{vsn, "2.6.3"},
{registered, []},
{applications, [
kernel,
Expand Down