Skip to content

Commit 8ae8435

Browse files
committed
Release v0.7.5
1 parent 2bf579c commit 8ae8435

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.7.5 (2023-18-02)
4+
5+
* Support precompiling for multiple NIF versions
6+
37
## v0.7.4 (2023-17-02)
48

59
* Preload Erlang/OTP applications for Elixir v1.15+

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule ElixirMake.Mixfile do
22
use Mix.Project
33

4-
@version "0.7.4"
4+
@version "0.7.5"
55

66
def project do
77
[

0 commit comments

Comments
 (0)