Skip to content

Commit

Permalink
bump version to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 committed Jan 19, 2019
1 parent e9e2f03 commit edeb389
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.5.2
* reverts https://github.com/mana-ethereum/ex_rlp/pull/20 which introduced encoding bug (https://github.com/mana-ethereum/ex_rlp/pull/22)
* defensive guard checking in encoder (https://github.com/mana-ethereum/ex_rlp/pull/21)
# 0.5.1
* Fix encoding of binary lists with trailing zeroes (https://github.com/mana-ethereum/ex_rlp/pull/20)
# 0.5.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Add `:ex_rlp` as a dependency to your project's `mix.exs`:
```elixir
defp deps do
[
{:ex_rlp, "~> 0.5.1"}
{:ex_rlp, "~> 0.5.2"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule ExRLP.Mixfile do
def project do
[
app: :ex_rlp,
version: "0.5.1",
version: "0.5.2",
elixir: "~> 1.7",
description: "Ethereum's Recursive Length Prefix (RLP) encoding",
package: [
Expand Down

0 comments on commit edeb389

Please sign in to comment.