Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 committed Feb 23, 2023
1 parent 601d820 commit 2f49d64
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.6.0 - 2023-02-23
* Update and fix common tests (https://github.com/mana-ethereum/ex_rlp/pull/52)
* Add streaming decode (https://github.com/mana-ethereum/ex_rlp/pull/53)

## 0.5.5 - 2022-10-17
* Fix credo and dialyzer warnings (https://github.com/mana-ethereum/ex_rlp/pull/48)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add `:ex_rlp` as a dependency to your project's `mix.exs`:
```elixir
defp deps do
[
{:ex_rlp, "~> 0.5.5"}
{:ex_rlp, "~> 0.6.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule ExRLP.Mixfile do
use Mix.Project

@source_url "https://github.com/mana-ethereum/ex_rlp"
@version "0.5.5"
@version "0.6.0"

def project do
[
Expand Down

0 comments on commit 2f49d64

Please sign in to comment.