We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf579c commit 8ae8435Copy full SHA for 8ae8435
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.7.5 (2023-18-02)
4
+
5
+ * Support precompiling for multiple NIF versions
6
7
## v0.7.4 (2023-17-02)
8
9
* Preload Erlang/OTP applications for Elixir v1.15+
mix.exs
@@ -1,7 +1,7 @@
defmodule ElixirMake.Mixfile do
use Mix.Project
- @version "0.7.4"
+ @version "0.7.5"
def project do
[
0 commit comments