Skip to content

Commit

Permalink
update rebar/relnotes for 2.2.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
russelldb committed Apr 23, 2018
1 parent 3f65a02 commit 6a70916
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion RELNOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Release Notes
=============

* `2.2.1.0`
* [add gsets support](https://github.com/basho/riak_pb/pull/229)
* Update `erlang_protobuffs` to `0.9.1`
* Update `erlang_hamcrest` to `0.4.2`
* `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)
Expand Down
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
]}.

{deps, [
{protobuffs, "0.9.*", {git, "https://github.com/basho/erlang_protobuffs.git", {branch, "master"}}},
{hamcrest, "0.4.*", {git, "https://github.com/basho/hamcrest-erlang.git", {branch, "master"}}}
{protobuffs, "0.9.*", {git, "https://github.com/basho/erlang_protobuffs.git", {tag, "0.9.1"}}},
{hamcrest, "0.4.*", {git, "https://github.com/basho/hamcrest-erlang.git", {tag, "0.4.2"}}}
]}.

{xref_checks, [
Expand Down

0 comments on commit 6a70916

Please sign in to comment.