Skip to content

Commit

Permalink
Release 0.7.4 (#49)
Browse files Browse the repository at this point in the history
* Release 0.7.4
  • Loading branch information
tzumby committed Mar 26, 2024
1 parent 8765636 commit 1623920
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.7.4

* Update rusler Rust crate to 0.30

## 0.7.3

* Add support for FreeBSD
Expand Down
2 changes: 1 addition & 1 deletion 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.1"}
{:ex_keccak, "~> 0.7.4"}
]
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.3"
@version "0.7.4"
@source_url "https://github.com/tzumby/ex_keccak"

def project do
Expand Down

0 comments on commit 1623920

Please sign in to comment.