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 1235bd3 commit ecccbb7Copy full SHA for ecccbb7
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.8.1 (2024-03-10)
4
+
5
+ * Fix checksum error when falling back to a previous NIF version
6
7
## v0.8.0 (2024-03-10)
8
9
* Fallback to the previous compatible NIF version by default
mix.exs
@@ -1,7 +1,7 @@
defmodule ElixirMake.Mixfile do
use Mix.Project
- @version "0.8.0"
+ @version "0.8.1"
def project do
[
app: :elixir_make,
0 commit comments