Skip to content

Commit 88b9c4e

Browse files
ayrat555halostatue
andauthored
bump version to 0.7.8 (#62)
* bump version to 0.7.8 * Update CHANGELOG.md Co-authored-by: Austin Ziegler <[email protected]> --------- Co-authored-by: Austin Ziegler <[email protected]>
1 parent aecdeee commit 88b9c4e

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3-
## 0.7.6
3+
## 0.7.8
4+
5+
* Use ubuntu 22.04 to precompile nif
6+
7+
## 0.7.7
48

5-
* Update rusler Rust crate to 0.36.2
9+
* Update rustler Rust crate to 0.36.2
610

711
## 0.7.6
812

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ 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.7"}
14+
{:ex_keccak, "~> 0.7.8"}
1515
]
1616
end
1717
```
1818

1919
### Force compilation
2020

21-
This library includes pre-compiled binaries for the native Rust code. If you
21+
This library includes pre-compiled binaries for the native Rust code. If you
2222
want to force-compile the Rust code, you can add the following configuration
2323
to your application:
2424

@@ -31,7 +31,7 @@ You also need to add Rusler to your dependencies:
3131
```
3232
def deps do
3333
[
34-
{:ex_keccak, "~> 0.7.7"},
34+
{:ex_keccak, "~> 0.7.8"},
3535
{:rustler, ">= 0.0.0", optional: true}
3636
]
3737
end

mix.exs

Lines changed: 1 addition & 1 deletion
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.7"
4+
@version "0.7.8"
55
@source_url "https://github.com/tzumby/ex_keccak"
66

77
def project do

0 commit comments

Comments
 (0)