Skip to content

Commit

Permalink
Update erlang_protobuffs to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Bakken committed Jul 28, 2016
1 parent 8569b1f commit 2f01c72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions RELNOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Release Notes
=============

* `2.1.4.2`
* Update `erlang_protobuffs` to `0.9.0`. Supports quoting reserved words in a `R15`-compatible way.
* [`2.1.4.1`](https://github.com/basho/riak_pb/issues?q=milestone%3Ariak_pb-2.1.4.1)
* OTP 19 support in `riak_pb` and dependencies.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
]}.

{deps, [
{protobuffs, "0.8.*", {git, "https://github.com/basho/erlang_protobuffs.git", {tag, "0.8.4"}}},
{protobuffs, "0.9.*", {git, "https://github.com/basho/erlang_protobuffs.git", {tag, "0.9.0"}}},
{hamcrest, "0.3.*", {git, "https://github.com/basho/hamcrest-erlang.git", {tag, "0.3.0-basho"}}}
]}.

Expand Down

0 comments on commit 2f01c72

Please sign in to comment.