We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80aea6b commit e41e23cCopy full SHA for e41e23c
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.8.2 (2024-03-10)
4
+
5
+ * Fix checksum error when checksuming NIF version
6
7
## v0.8.1 (2024-03-10)
8
9
* Fix checksum error when falling back to a previous NIF version
mix.exs
@@ -1,7 +1,7 @@
defmodule ElixirMake.Mixfile do
use Mix.Project
- @version "0.8.1"
+ @version "0.8.2"
def project do
[
app: :elixir_make,
0 commit comments