Skip to content

Commit

Permalink
Release 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Oct 23, 2021
1 parent 57fd925 commit f23403f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [0.6.5](https://github.com/izelnakri/eth/compare/0.6.4...0.6.5)

- use Poison only in test env [`#57`](https://github.com/izelnakri/eth/pull/57)
- Bump ex_keccak from 0.2.0 to 0.2.1 [`#53`](https://github.com/izelnakri/eth/pull/53)
- remove circleci [`57fd925`](https://github.com/izelnakri/eth/commit/57fd9253f0e321b13d83e3f9838a6cc1e8e0e54f)

#### [0.6.4](https://github.com/izelnakri/eth/compare/0.6.3...0.6.4)

> 27 September 2021
- refactor: use `get_lazy` for computed defaults [`#52`](https://github.com/izelnakri/eth/pull/52)
- Release 0.6.4 [`996aa48`](https://github.com/izelnakri/eth/commit/996aa4850d0cc8aada0e2dfcd295264da406103b)

#### [0.6.3](https://github.com/izelnakri/eth/compare/0.6.2...0.6.3)

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Eth.Mixfile do
use Mix.Project

@version "0.6.4"
@version "0.6.5"
@source_url "https://github.com/izelnakri/eth"

def project() do
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "eth",
"version": "0.6.4",
"version": "0.6.5",
"author": "Izel Nakri",
"license": "MIT",
"description": "[![Hex Version](http://img.shields.io/hexpm/v/eth.svg?style=flat)](https://hex.pm/packages/eth) [![Hex docs](http://img.shields.io/badge/hex.pm-docs-green.svg?style=flat)](https://hexdocs.pm/eth/ETH.html)",
Expand Down

0 comments on commit f23403f

Please sign in to comment.