Skip to content

Commit

Permalink
Release 0.7.6 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzumby authored Jan 6, 2025
1 parent a064c4b commit 83ffd56
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Changelog

## 0.7.6

* Update rusler Rust crate to 0.35

## 0.7.5

* Update rusler Rust crate to 0.32
* Fix problem with precompiled nil versio missing 2.16
* Fix problem with precompiled nil version missing 2.16

## 0.7.4

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The package can be installed by adding `ex_keccak` to your list of dependencies
```elixir
def deps do
[
{:ex_keccak, "~> 0.7.4"}
{:ex_keccak, "~> 0.7.6"}
]
end
```
Expand All @@ -31,7 +31,7 @@ You also need to add Rusler to your dependencies:
```
def deps do
[
{:ex_keccak, "~> 0.7.0"},
{:ex_keccak, "~> 0.7.6"},
{:rustler, ">= 0.0.0", optional: true}
]
end
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 ExKeccak.MixProject do
use Mix.Project

@version "0.7.5"
@version "0.7.6"
@source_url "https://github.com/tzumby/ex_keccak"

def project do
Expand Down

0 comments on commit 83ffd56

Please sign in to comment.