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 22a5511 commit af8ced0Copy full SHA for af8ced0
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.8.3 (2024-03-24)
4
+
5
+ * Support storing checksum of individial precompilation artefacts
6
7
## v0.8.2 (2024-03-10)
8
9
* Fix checksum error when checksuming NIF version
mix.exs
@@ -1,7 +1,7 @@
defmodule ElixirMake.Mixfile do
use Mix.Project
- @version "0.8.2"
+ @version "0.8.3"
def project do
[
app: :elixir_make,
0 commit comments