Skip to content

Commit 9a571fd

Browse files
committed
Release v0.8.4
1 parent b6326a6 commit 9a571fd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## v0.8.3 (2024-03-24)
410

511
* Support storing checksum of individial precompilation artefacts

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule ElixirMake.Mixfile do
22
use Mix.Project
33

4-
@version "0.8.3"
4+
@version "0.8.4"
55
def project do
66
[
77
app: :elixir_make,

0 commit comments

Comments
 (0)