We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6326a6 commit 9a571fdCopy full SHA for 9a571fd
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.8.4 (2024-06-04)
4
+
5
+ * Support configuring `make_precompiler_downloader`
6
+ * Support DragonFlyBSD
7
+ * Support non-UTF8 encoding from compilation (may happen on Windows)
8
9
## v0.8.3 (2024-03-24)
10
11
* Support storing checksum of individial precompilation artefacts
mix.exs
@@ -1,7 +1,7 @@
defmodule ElixirMake.Mixfile do
use Mix.Project
- @version "0.8.3"
+ @version "0.8.4"
def project do
[
app: :elixir_make,
0 commit comments