Skip to content

Commit 83ffd56

Browse files
authored
Release 0.7.6 (#55)
1 parent a064c4b commit 83ffd56

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Changelog
22

3+
## 0.7.6
4+
5+
* Update rusler Rust crate to 0.35
6+
37
## 0.7.5
48

59
* Update rusler Rust crate to 0.32
6-
* Fix problem with precompiled nil versio missing 2.16
10+
* Fix problem with precompiled nil version missing 2.16
711

812
## 0.7.4
913

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The package can be installed by adding `ex_keccak` to your list of dependencies
1111
```elixir
1212
def deps do
1313
[
14-
{:ex_keccak, "~> 0.7.4"}
14+
{:ex_keccak, "~> 0.7.6"}
1515
]
1616
end
1717
```
@@ -31,7 +31,7 @@ You also need to add Rusler to your dependencies:
3131
```
3232
def deps do
3333
[
34-
{:ex_keccak, "~> 0.7.0"},
34+
{:ex_keccak, "~> 0.7.6"},
3535
{:rustler, ">= 0.0.0", optional: true}
3636
]
3737
end

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule ExKeccak.MixProject do
22
use Mix.Project
33

4-
@version "0.7.5"
4+
@version "0.7.6"
55
@source_url "https://github.com/tzumby/ex_keccak"
66

77
def project do

0 commit comments

Comments
 (0)