Skip to content

Commit

Permalink
Release 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Sep 17, 2021
1 parent 72e77a8 commit 6eff600
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,21 @@ 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.3](https://github.com/izelnakri/eth/compare/0.6.2...0.6.3)

- update npm dev packages [`72e77a8`](https://github.com/izelnakri/eth/commit/72e77a8ba19c05f73d28686443ddc0d60009666c)

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

> 17 September 2021
- Bump ex_doc from 0.23.0 to 0.25.1 [`#44`](https://github.com/izelnakri/eth/pull/44)
- Bump telemetry from 0.4.2 to 0.4.3 [`#39`](https://github.com/izelnakri/eth/pull/39)
- Bump ex_keccak from 0.1.2 to 0.1.3 [`#40`](https://github.com/izelnakri/eth/pull/40)
- Bump poison from 4.0.1 to 5.0.0 [`#43`](https://github.com/izelnakri/eth/pull/43)
- Upgrade to GitHub-native Dependabot [`#41`](https://github.com/izelnakri/eth/pull/41)
- Bump ethereumex from 0.6.1 to 0.7.0 [`#33`](https://github.com/izelnakri/eth/pull/33)
- Release 0.6.2 [`2d59ad2`](https://github.com/izelnakri/eth/commit/2d59ad2c38cf7189165a1f93c4418d0462d86dd4)
- update system runtime versions [`2ae8994`](https://github.com/izelnakri/eth/commit/2ae89949954d2de9849da8395aa2b95c88c0a6dc)
- update keccak library [`6abfbaf`](https://github.com/izelnakri/eth/commit/6abfbaf9c5301ef0db8d46308c8fc7c550c02a1c)
- deps added to .dockerignore [`61816e3`](https://github.com/izelnakri/eth/commit/61816e3f63d9a1a8b6d9fea974b79b3e155e6848)
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.2"
@version "0.6.3"
@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.2",
"version": "0.6.3",
"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 6eff600

Please # to comment.