Skip to content

Commit 2d59ad2

Browse files
committed
Release 0.6.2
1 parent 2ae8994 commit 2d59ad2

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,24 @@ All notable changes to this project will be documented in this file. Dates are d
44

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

7+
#### [0.6.2](https://github.com/izelnakri/eth/compare/0.6.1...0.6.2)
8+
9+
- Bump ex_doc from 0.23.0 to 0.25.1 [`#44`](https://github.com/izelnakri/eth/pull/44)
10+
- Bump telemetry from 0.4.2 to 0.4.3 [`#39`](https://github.com/izelnakri/eth/pull/39)
11+
- Bump ex_keccak from 0.1.2 to 0.1.3 [`#40`](https://github.com/izelnakri/eth/pull/40)
12+
- Bump poison from 4.0.1 to 5.0.0 [`#43`](https://github.com/izelnakri/eth/pull/43)
13+
- Upgrade to GitHub-native Dependabot [`#41`](https://github.com/izelnakri/eth/pull/41)
14+
- Bump ethereumex from 0.6.1 to 0.7.0 [`#33`](https://github.com/izelnakri/eth/pull/33)
15+
- update system runtime versions [`2ae8994`](https://github.com/izelnakri/eth/commit/2ae89949954d2de9849da8395aa2b95c88c0a6dc)
16+
- update keccak library [`6abfbaf`](https://github.com/izelnakri/eth/commit/6abfbaf9c5301ef0db8d46308c8fc7c550c02a1c)
17+
- deps added to .dockerignore [`61816e3`](https://github.com/izelnakri/eth/commit/61816e3f63d9a1a8b6d9fea974b79b3e155e6848)
18+
- Dockerfile update to elixir v1.11.2 [`642f542`](https://github.com/izelnakri/eth/commit/642f5425a11badca9bc48a365026af6650b65ced)
19+
720
#### [0.6.1](https://github.com/izelnakri/eth/compare/0.6.0...0.6.1)
821

22+
> 8 December 2020
23+
24+
- Release 0.6.1 [`7190ce9`](https://github.com/izelnakri/eth/commit/7190ce94f64de18ee38263e6fc6e8720e61857de)
925
- bump to elixir v1.11 [`0950007`](https://github.com/izelnakri/eth/commit/0950007a05cfe081691fa73c8040974a48a1c65a)
1026

1127
#### [0.6.0](https://github.com/izelnakri/eth/compare/0.5.2...0.6.0)

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Eth.Mixfile do
22
use Mix.Project
33

4-
@version "0.6.1"
4+
@version "0.6.2"
55
@source_url "https://github.com/izelnakri/eth"
66

77
def project() do

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "eth",
4-
"version": "0.6.1",
4+
"version": "0.6.2",
55
"author": "Izel Nakri",
66
"license": "MIT",
77
"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)",

0 commit comments

Comments
 (0)